summaryrefslogtreecommitdiff
path: root/boost/graph/make_connected.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/make_connected.hpp')
-rw-r--r--boost/graph/make_connected.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/graph/make_connected.hpp b/boost/graph/make_connected.hpp
index de6c861ddd..a2f8b1ee48 100644
--- a/boost/graph/make_connected.hpp
+++ b/boost/graph/make_connected.hpp
@@ -9,7 +9,7 @@
#define __MAKE_CONNECTED_HPP__
#include <boost/config.hpp>
-#include <boost/utility.hpp> //for next
+#include <boost/next_prior.hpp>
#include <boost/tuple/tuple.hpp> //for tie
#include <boost/graph/connected_components.hpp>
#include <boost/property_map/property_map.hpp>