From 3411d3ad9399c1d85905d0bc800cbc0ae9375640 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Tue, 18 Feb 2014 03:33:37 -0800 Subject: [PATCH] Fix for Ticket #7729 concept_def.hpp and concept_undef.hpp need to be matched when used. --- include/boost/graph/buffer_concepts.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/graph/buffer_concepts.hpp b/include/boost/graph/buffer_concepts.hpp index 2bad8af35..233a7206b 100644 --- a/include/boost/graph/buffer_concepts.hpp +++ b/include/boost/graph/buffer_concepts.hpp @@ -6,13 +6,13 @@ #ifndef BOOST_GRAPH_BUFFER_CONCEPTS_HPP #define BOOST_GRAPH_BUFFER_CONCEPTS_HPP 1 #include -#include #include #include #include #include #include +#include namespace boost { BOOST_concept(Buffer, (B)) @@ -87,5 +87,6 @@ namespace boost { }; } // end `namespace boost` +#include #endif // !BOOST_GRAPH_BUFFER_CONCEPTS_HPP