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

MCOL-1412 Ubuntu 18.04 support

Backport Ubuntu 18.04 support to 1.1
This commit is contained in:
Andrew Hutchings
2018-05-14 22:03:25 +01:00
parent 32feb09e91
commit 5b1f5d5fe4
4 changed files with 24 additions and 12 deletions

View File

@@ -19,6 +19,7 @@
#include "configcpp.h"
#include "logger.h"
#include <fstream>
#include <iostream>
#include <boost/regex.hpp>
#ifdef _MSC_VER
#include "unistd.h"