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:
parent
5af2e70712
commit
6b6411229f
@ -29,6 +29,9 @@
|
||||
#include "filter.h"
|
||||
|
||||
|
||||
|
||||
typedef boost::shared_ptr<SimpleColumn> SSC;
|
||||
|
||||
namespace execplan
|
||||
{
|
||||
// forward reference
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
namespace joblist
|
||||
{
|
||||
class PassThruStep;
|
||||
|
||||
class PassThruCommandJL : public CommandJL
|
||||
{
|
||||
|
@ -19,6 +19,9 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
namespace utils
|
||||
{
|
||||
|
||||
|
@ -29,6 +29,8 @@
|
||||
|
||||
#include "liboamcpp.h"
|
||||
|
||||
#include "we_redistributedef.h"
|
||||
|
||||
// forward reference
|
||||
namespace messageqcpp
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user