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

MCOL-4841 fix some compiler issues

This commit is contained in:
david.hall
2022-06-14 14:32:01 -05:00
parent 272246e9fa
commit d4cf894edc
6 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,7 @@
/** @file */
#pragma once
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <unistd.h>
#include <string>

View File

@ -443,8 +443,6 @@ class BatchPrimitiveProcessor
static const uint64_t maxResultCount = 1048576; // 2^20
static const uint64_t maxResultCount = 1048576; // 2^20
friend class Command;
friend class ColumnCommand;
friend class DictStep;

View File

@ -19,6 +19,7 @@
*/
#pragma once
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <string>
#include <iostream>

View File

@ -23,6 +23,7 @@
/** @file */
#pragma once
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <string>
#include <iostream>

View File

@ -28,6 +28,7 @@
/** @file */
#pragma once
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <string>
#include <fstream>

View File

@ -23,6 +23,7 @@
/** @file */
#pragma once
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <string>
#include <iostream>