1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +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"
typedef boost::shared_ptr<SimpleColumn> SSC;
namespace execplan
{
// forward reference

View File

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

View File

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

View File

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