mirror of https://github.com/CGAL/cgal
Made sure we include CGAL_basic.h before referring to any CGAL_USE_ flags.
This commit is contained in:
parent
2e485495b8
commit
e49e7d901b
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifndef CGAL_USE_QT
|
||||
int main(int, char*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue