You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-17 01:02:23 +03:00
Appears that the U18 version of boost needs an explicit include
of scoped_ptr
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
#include <boost/chrono.hpp>
|
#include <boost/chrono.hpp>
|
||||||
|
#include <boost/scoped_ptr.hpp>
|
||||||
|
|
||||||
#include "SMLogging.h"
|
#include "SMLogging.h"
|
||||||
#include "Replicator.h"
|
#include "Replicator.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user