1
0
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:
Patrick LeBlanc
2018-10-03 12:13:23 -05:00
parent 6626045535
commit e47e784c53
3 changed files with 5 additions and 4 deletions

View File

@ -37,6 +37,7 @@ using namespace std;
#include "boost/filesystem/operations.hpp"
using namespace boost;
#include "config.h"
#include "installdir.h"
#include "configcpp.h"

View File

@ -43,6 +43,7 @@ using namespace std;
#include <boost/thread.hpp>
using namespace boost;
#include "config.h"
#include "configcpp.h"
using namespace config;