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

MCOL-4734 Centos7 compilation fix

This commit is contained in:
Roman Nozdrin
2021-05-25 18:25:48 +00:00
parent 42e710f817
commit c15eb6531e

View File

@ -34,6 +34,7 @@ using namespace std;
#include <boost/shared_array.hpp>
#include <boost/scoped_array.hpp>
#include <boost/uuid/uuid_io.hpp>
#include "boost/tuple/tuple.hpp"
using namespace boost;
#include "messagequeue.h"