bugfix for g++-3.3 : added missing #include <CGAL/Kernel/mpl.h>

( strange: for g++-3.4/4.x, there was no problem ... )
This commit is contained in:
Andreas Meyer 2006-08-02 16:54:57 +00:00
parent 4bad047ba4
commit d72148ffdb
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#define CGAL_VECTOR_3_H
#include <CGAL/Origin.h>
#include <CGAL/Kernel/mpl.h>
CGAL_BEGIN_NAMESPACE