Skip to content

Commit

Permalink
Merge pull request #9 from jwakely/patch-1
Browse files Browse the repository at this point in the history
Fix build with Boost.Serialization 1.58
  • Loading branch information
nutjunkie committed Sep 15, 2015
2 parents cfc2414 + 8c91c63 commit 41bdc6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Data/Serialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
#include <boost/archive/xml_oarchive.hpp>
#include <boost/serialization/string.hpp>
#include <boost/serialization/list.hpp>
#include <boost/version.hpp>
#if BOOST_VERSION >= 105800
#include <boost/serialization/collections_save_imp.hpp>
#include <boost/serialization/collections_load_imp.hpp>
#endif
#include <exception>
#include "Matrix.h"

Expand Down

0 comments on commit 41bdc6a

Please sign in to comment.