1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Merge branch 'fix-skip-oam-init' into MCOL-520

This commit is contained in:
Patrick LeBlanc
2018-10-04 15:35:32 -05:00
7 changed files with 30 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;