1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

build fixes

This commit is contained in:
Leonid Fedorov
2022-01-21 16:24:01 +00:00
parent 5af2e70712
commit 6b6411229f
4 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,9 @@
#include "filter.h" #include "filter.h"
typedef boost::shared_ptr<SimpleColumn> SSC;
namespace execplan namespace execplan
{ {
// forward reference // forward reference

View File

@ -36,6 +36,7 @@
namespace joblist namespace joblist
{ {
class PassThruStep;
class PassThruCommandJL : public CommandJL class PassThruCommandJL : public CommandJL
{ {

View File

@ -19,6 +19,9 @@
#pragma once #pragma once
#include <string>
#include <string.h>
namespace utils namespace utils
{ {

View File

@ -29,6 +29,8 @@
#include "liboamcpp.h" #include "liboamcpp.h"
#include "we_redistributedef.h"
// forward reference // forward reference
namespace messageqcpp namespace messageqcpp
{ {