Set define in graph.h to pacify warnings caused by boost.graph

release/4.3a0
Alex Cunningham 2010-05-21 19:16:59 +00:00
parent e8979dafad
commit 55e4e791cb
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include <map>
#define BOOST_NO_HASH // to pacify the warnings about depricated headers in boost.graph
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/shared_ptr.hpp>