You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user