summaryrefslogtreecommitdiff
path: root/boost/bimap/relation/mutant_relation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/bimap/relation/mutant_relation.hpp')
-rw-r--r--boost/bimap/relation/mutant_relation.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/boost/bimap/relation/mutant_relation.hpp b/boost/bimap/relation/mutant_relation.hpp
index c46ab790a9..9aa28e4cac 100644
--- a/boost/bimap/relation/mutant_relation.hpp
+++ b/boost/bimap/relation/mutant_relation.hpp
@@ -21,7 +21,10 @@
#include <boost/mpl/vector.hpp>
#include <boost/operators.hpp>
#include <boost/call_traits.hpp>
-#include <boost/serialization/nvp.hpp>
+
+#ifndef BOOST_BIMAP_DISABLE_SERIALIZATION
+ #include <boost/serialization/nvp.hpp>
+#endif // BOOST_BIMAP_DISABLE_SERIALIZATION
#include <boost/functional/hash/hash.hpp>