Made sure we include CGAL_basic.h before referring to any CGAL_USE_ flags.

This commit is contained in:
Baruch Zukerman 2006-03-07 11:46:50 +00:00
parent 2e485495b8
commit e49e7d901b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <iostream>
#include <cstdlib>
#include <CGAL/basic.h>
#ifndef CGAL_USE_QT
int main(int, char*)