From 06fc227ae7cdd15e71a451878f4d4166f8562f04 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 11 Feb 2020 15:02:51 -0600 Subject: [PATCH] MCOL-3784 add scoped_ptr.hpp to roeaggregation.h --- utils/rowgroup/rowaggregation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/rowgroup/rowaggregation.h b/utils/rowgroup/rowaggregation.h index 17e903f3f..aeb7dbf53 100644 --- a/utils/rowgroup/rowaggregation.h +++ b/utils/rowgroup/rowaggregation.h @@ -42,6 +42,7 @@ #include #include #include +#include #include "serializeable.h" #include "bytestream.h"