1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Add missing header for boost serialization
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2023-12-23
--- openms-2.6.0+cleaned1.orig/src/openms/include/OpenMS/ANALYSIS/ID/IDBoostGraph.h
+++ openms-2.6.0+cleaned1/src/openms/include/OpenMS/ANALYSIS/ID/IDBoostGraph.h
@@ -57,6 +57,7 @@
#include <boost/variant.hpp>
#include <boost/variant/detail/hash_variant.hpp>
#include <boost/variant/static_visitor.hpp>
+#include <boost/serialization/strong_typedef.hpp>
namespace OpenMS
{
|