From ba2d8eeffcfff0a2ad09c8d793723689f2bbd502 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Mon, 30 Nov 2009 17:17:45 +0000 Subject: [PATCH] Added missing #include [SVN r58061] --- include/boost/graph/two_bit_color_map.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/graph/two_bit_color_map.hpp b/include/boost/graph/two_bit_color_map.hpp index ae298910..1a3336bd 100644 --- a/include/boost/graph/two_bit_color_map.hpp +++ b/include/boost/graph/two_bit_color_map.hpp @@ -14,6 +14,7 @@ #define BOOST_TWO_BIT_COLOR_MAP_HPP #include +#include #include #include