diff --git a/include/boost/graph/boyer_myrvold_planar_test.hpp b/include/boost/graph/boyer_myrvold_planar_test.hpp index 34a476b50..965e94318 100644 --- a/include/boost/graph/boyer_myrvold_planar_test.hpp +++ b/include/boost/graph/boyer_myrvold_planar_test.hpp @@ -10,7 +10,11 @@ #define __BOYER_MYRVOLD_PLANAR_TEST_HPP__ #include -#include +#include +#include +#include +#include +#include #include #include diff --git a/include/boost/graph/depth_first_search.hpp b/include/boost/graph/depth_first_search.hpp index 4ad4e160f..0e20ba71c 100644 --- a/include/boost/graph/depth_first_search.hpp +++ b/include/boost/graph/depth_first_search.hpp @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include