File: add_missing_boost_header.patch

package info (click to toggle)
openms 2.6.0%2Bcleaned1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 783,168 kB
  • sloc: cpp: 526,888; xml: 142,287; ansic: 54,252; python: 11,640; php: 2,454; sh: 1,137; ruby: 529; yacc: 403; perl: 85; lex: 74; makefile: 61
file content (14 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
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
 {