Skip to content

Commit

Permalink
Refs #4204. Fix for the builds working off Third_Party.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Nov 28, 2011
1 parent 946b49a commit 1664665
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#endif
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/reverse_graph.hpp>
#if BOOST_VERSION >=103800
#include <boost/version.hpp>
#if BOOST_VERSION >= 103800
#include <boost/property_map/property_map.hpp>
#else
#include <boost/property_map.hpp>
Expand Down

0 comments on commit 1664665

Please sign in to comment.