1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-21 13:40:58 +03:00

Merge pull request #1041 from dhall-MariaDB/MCOL-3784

MCOL-3784 Add boost/scoped_ptr.hpp to rowaggregation.h
This commit is contained in:
benthompson15
2020-02-11 15:03:52 -06:00
committed by GitHub

View File

@@ -42,6 +42,7 @@
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp> #include <boost/shared_array.hpp>
#include <boost/scoped_array.hpp> #include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include "serializeable.h" #include "serializeable.h"
#include "bytestream.h" #include "bytestream.h"