Package: libmems / 1.6.0+4725-4

boost1.62.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix FTBFS with Boost 1.62
 Add missing include so that BOOST_WORKAROUND is defined.
Author: Graham Inggs <ginggs@debian.org>
Last-Update: 2016-11-08
Bug-Debian: https://bugs.debian.org/843628

--- a/libMems/AbstractMatch.h
+++ b/libMems/AbstractMatch.h
@@ -16,6 +16,7 @@
 #include "libGenome/gnClone.h"
 #include <vector>
 #include <algorithm>
+#include <boost/detail/workaround.hpp>
 #include <boost/type_traits/remove_pointer.hpp>
 #include <boost/type_traits/add_pointer.hpp>
 #include <boost/dynamic_bitset.hpp>