We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a214c6 commit cb9e76cCopy full SHA for cb9e76c
source/bxmctools/src/g4/event_action.cc
@@ -43,7 +43,10 @@
43
// 2022-08-16 FM:
44
// Boost 1.74 : fix missing header in 'boost/serialization/list.hpp'
45
// This is fixed in recent official Boost versions.
46
+#include <boost/version.hpp>
47
+#if BOOST_VERSION >= 107400
48
#include <boost/serialization/library_version_type.hpp>
49
+#endif
50
#include <datatools/properties.ipp>
51
52
// This project:
0 commit comments