mirror of https://github.com/CGAL/cgal
#include <CGAL/basic.h> in the demo
This commit is contained in:
parent
7c22f89b51
commit
0c0aa7cb5b
|
|
@ -17,6 +17,7 @@
|
|||
//
|
||||
// Author(s) : Radu Ursu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
// if QT is not installed, a message will be issued in runtime.
|
||||
#ifndef CGAL_USE_QT
|
||||
|
|
@ -39,7 +40,6 @@ int main(int, char*)
|
|||
#include <set>
|
||||
#include <string>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/convex_hull_2.h>
|
||||
#include <CGAL/Polygon_2_algorithms.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue