fixed inclusion of boost propert_map.hpp

This commit is contained in:
Efi Fogel 2009-10-05 08:42:51 +00:00
parent 9a94ca5dcb
commit 023a004fc6
2 changed files with 8 additions and 0 deletions

View File

@ -24,7 +24,11 @@
*/
#include <CGAL/Unique_hash_map.h>
#if BOOST_VERSION >= 104000
#include <boost/property_map/property_map.hpp>
#else
#include <boost/property_map.hpp>
#endif
#include <boost/graph/properties.hpp>
CGAL_BEGIN_NAMESPACE

View File

@ -26,7 +26,11 @@
*/
#include <CGAL/Unique_hash_map.h>
#if BOOST_VERSION >= 104000
#include <boost/property_map/property_map.hpp>
#else
#include <boost/property_map.hpp>
#endif
#include <boost/graph/properties.hpp>
CGAL_BEGIN_NAMESPACE