- Missing #include <CGAL/MP_Float.h> for VC++.

This commit is contained in:
Sylvain Pion 2002-02-20 11:09:26 +00:00
parent 95803e226c
commit 608f06fc66
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Version 4.130 on 20 February 2002
- Missing #include <CGAL/MP_Float.h> for VC++.
Version 4.129 on 28 January 2002
- Fix bug reported by Tamal : Static_filters<>'s functors copy ctors and
assignment operators were empty, while they should copy the data members.

View File

@ -31,6 +31,7 @@
# define CGAL_IA_ET CGAL::MP_Float
# define CGAL_IA_PROTECTED true
# define CGAL_IA_CACHE No_Filter_Cache
#include <CGAL/MP_Float.h>
#endif
#include <CGAL/Static_filters/Orientation_2.h>