1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +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

@ -21,6 +21,7 @@
*
***********************************************************************/
#include <stdexcept>
#include <iostream>
using namespace std;
#include "messageobj.h"