Skip to content

Commit

Permalink
Update serialization.h
Browse files Browse the repository at this point in the history
Backporting the quick fix in the qsimulate version. The problem was reported by Michael Banck @mbanck.
```
I wanted to file a build failure for curent master and boost-1.74
(/usr/include/boost/property_tree/ptree_serialization.hpp:66:24: error:
‘library_version_type’ in namespace ‘bsa’ does not name a type), but I
get "You can't perform that action at this time." as error from GitHub.
```
  • Loading branch information
shiozaki committed Jan 21, 2021
1 parent e4ba235 commit 4c0ab21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/serialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <unordered_map>
#include <type_traits>
#include <boost/version.hpp>
#include <boost/archive/basic_archive.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/complex.hpp>
#include <boost/serialization/bitset.hpp>
Expand Down

0 comments on commit 4c0ab21

Please sign in to comment.