1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-3784 add scoped_ptr.hpp to roeaggregation.h

This commit is contained in:
David Hall
2020-02-11 15:02:51 -06:00
parent 07f9846275
commit 06fc227ae7

View File

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