changed include file for CORE expression

This commit is contained in:
Menelaos Karavelas 2003-06-17 17:46:40 +00:00
parent 6433b1b456
commit d64c427af4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#if defined CGAL_USE_LEDA
# include <CGAL/leda_real.h>
#elif defined CGAL_USE_CORE
# include <CGAL_Expr.h>
# include <CGAL/CORE_Expr.h>
#endif
#if defined CGAL_USE_LEDA || defined CGAL_USE_CORE