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

Got it to build. Getting into to some header file madness, but moving on.

This commit is contained in:
Patrick LeBlanc
2019-03-27 17:44:50 -05:00
parent 6bd4b60a7b
commit a813581567
6 changed files with 50 additions and 53 deletions

View File

@@ -9,15 +9,15 @@
#include <boost/filesystem.hpp>
#include "SMLogging.h"
#include "Cache.h"
#include "Replicator.h"
#include "IOCoordinator.h"
#include "ThreadPool.h"
#include "CloudStorage.h"
namespace storagemanager
{
class Cache;
class Cache; // break circular dependency in header files
class IOCoordinator;
/* TODO: Need to think about how errors are handled / propagated */
class Synchronizer : public boost::noncopyable