1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-1376 Fix compiler errors in Ubuntu 18.04

Ubuntu 18.04 uses GCC 7.3 which is a little stricter than before.

Fixes a few errors due to implicit includes that are no longer implicit
and a ton of warnings about the implied alignment of code in
utils/common/any.hpp
This commit is contained in:
Andrew Hutchings
2018-05-02 09:40:27 +01:00
parent 47ccb3f259
commit b83c21d891
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"