From 4e7103a32b1dbfcb3aa33593e8dfb790af78b76d Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Tue, 2 Apr 2024 14:35:45 -0600 Subject: [PATCH] Add boost::make_shared header to timeseries --- src/timeseries/timeseries.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timeseries/timeseries.hpp b/src/timeseries/timeseries.hpp index 565eb056..e8608dcb 100644 --- a/src/timeseries/timeseries.hpp +++ b/src/timeseries/timeseries.hpp @@ -35,6 +35,7 @@ #include // for boost::posix #include +#include #include #include #include