Use angle-bracket includes

This commit is contained in:
Philipp Möller 2012-12-14 18:19:57 +01:00
parent 71ea8e6e22
commit c5f3c7b4f4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include <CGAL/basic.h>
#include <CGAL/Dimension.h>
#include <boost/utility/enable_if.hpp>
#include "boost/mpl/equal_to.hpp"
#include <boost/mpl/equal_to.hpp>
#include <boost/mpl/integral_c.hpp>
namespace CGAL {