add missing include

This commit is contained in:
Michael Hemmer 2011-07-04 13:56:25 +00:00
parent 224cf29ebd
commit 2aeeb76e96
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <CGAL/point_generators_3.h>
#include <CGAL/Surface_mesher/Sphere_oracle_3.h>
#include <CGAL/Real_embeddable_traits.h>
#include <CGAL/Surface_mesher/Profile_counter.h>
#include <boost/mpl/has_xxx.hpp>