1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-15 12:09:09 +03:00

Appears that the U18 version of boost needs an explicit include

of scoped_ptr
This commit is contained in:
Patrick LeBlanc
2019-07-11 11:46:47 -05:00
parent 403942fada
commit 90696b8887

View File

@@ -8,6 +8,7 @@
#include <boost/utility.hpp>
#include <boost/filesystem.hpp>
#include <boost/chrono.hpp>
#include <boost/scoped_ptr.hpp>
#include "SMLogging.h"
#include "Replicator.h"