You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Moved the SKIP_OAM_INIT check for cleanliness, added 'config.h' to
other places that need it.
This commit is contained in:
@ -37,6 +37,7 @@ using namespace std;
|
||||
#include "boost/filesystem/operations.hpp"
|
||||
using namespace boost;
|
||||
|
||||
#include "config.h"
|
||||
#include "installdir.h"
|
||||
|
||||
#include "configcpp.h"
|
||||
|
@ -43,6 +43,7 @@ using namespace std;
|
||||
#include <boost/thread.hpp>
|
||||
using namespace boost;
|
||||
|
||||
#include "config.h"
|
||||
#include "configcpp.h"
|
||||
using namespace config;
|
||||
|
||||
|
Reference in New Issue
Block a user