Skip to content

Commit 4e7103a

Browse files
committed
Add boost::make_shared header to timeseries
1 parent 0a28add commit 4e7103a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timeseries/timeseries.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <boost/date_time/posix_time/posix_time.hpp> // for boost::posix
3636

3737
#include <boost/variant.hpp>
38+
#include <boost/make_shared.hpp>
3839
#include <boost/lexical_cast.hpp>
3940
#include <boost/iterator/iterator_facade.hpp>
4041
#include <boost/utility.hpp>

0 commit comments

Comments
 (0)