Skip to content

Commit

Permalink
Add boost::make_shared header to timeseries
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Apr 2, 2024
1 parent 0a28add commit 4e7103a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timeseries/timeseries.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <boost/date_time/posix_time/posix_time.hpp> // for boost::posix

#include <boost/variant.hpp>
#include <boost/make_shared.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/iterator/iterator_facade.hpp>
#include <boost/utility.hpp>
Expand Down

0 comments on commit 4e7103a

Please sign in to comment.