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

Revert "MCOL-1559 remove unused boost/trim header"

This reverts commit 28e743bf38.
This commit is contained in:
Andrew Hutchings
2019-05-23 13:47:20 +01:00
parent 122038e36a
commit fa0947caaa

View File

@@ -36,6 +36,7 @@ using namespace std;
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>
namespace ba = boost::algorithm;
#include "calpontexecutionplan.h"