You've already forked mariadb-columnstore-engine
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:
@ -29,6 +29,9 @@
|
|||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
typedef boost::shared_ptr<SimpleColumn> SSC;
|
||||||
|
|
||||||
namespace execplan
|
namespace execplan
|
||||||
{
|
{
|
||||||
// forward reference
|
// forward reference
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
namespace joblist
|
namespace joblist
|
||||||
{
|
{
|
||||||
|
class PassThruStep;
|
||||||
|
|
||||||
class PassThruCommandJL : public CommandJL
|
class PassThruCommandJL : public CommandJL
|
||||||
{
|
{
|
||||||
|
@ -19,6 +19,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
namespace utils
|
namespace utils
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
#include "liboamcpp.h"
|
#include "liboamcpp.h"
|
||||||
|
|
||||||
|
#include "we_redistributedef.h"
|
||||||
|
|
||||||
// forward reference
|
// forward reference
|
||||||
namespace messageqcpp
|
namespace messageqcpp
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user