#include <CGAL/basic.h> in the demo

This commit is contained in:
Andreas Fabri 2006-03-08 13:52:52 +00:00
parent 7c22f89b51
commit 0c0aa7cb5b
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,7 @@
// //
// Author(s) : Radu Ursu // Author(s) : Radu Ursu
#include <CGAL/basic.h>
// if QT is not installed, a message will be issued in runtime. // if QT is not installed, a message will be issued in runtime.
#ifndef CGAL_USE_QT #ifndef CGAL_USE_QT
@ -39,7 +40,6 @@ int main(int, char*)
#include <set> #include <set>
#include <string> #include <string>
#include <CGAL/basic.h>
#include <CGAL/Cartesian.h> #include <CGAL/Cartesian.h>
#include <CGAL/convex_hull_2.h> #include <CGAL/convex_hull_2.h>
#include <CGAL/Polygon_2_algorithms.h> #include <CGAL/Polygon_2_algorithms.h>