summaryrefslogtreecommitdiff
path: root/boost/graph/planar_face_traversal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/planar_face_traversal.hpp')
-rw-r--r--boost/graph/planar_face_traversal.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/boost/graph/planar_face_traversal.hpp b/boost/graph/planar_face_traversal.hpp
index bcd565528d..6befa43bac 100644
--- a/boost/graph/planar_face_traversal.hpp
+++ b/boost/graph/planar_face_traversal.hpp
@@ -10,8 +10,11 @@
#define __PLANAR_FACE_TRAVERSAL_HPP__
#include <vector>
-#include <boost/utility.hpp> //for next and prior
+#include <set>
+#include <map>
+#include <boost/next_prior.hpp>
#include <boost/graph/graph_traits.hpp>
+#include <boost/graph/properties.hpp>
namespace boost