mirror of https://github.com/CGAL/cgal
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:
parent
4bad047ba4
commit
d72148ffdb
|
|
@ -25,6 +25,7 @@
|
|||
#define CGAL_VECTOR_3_H
|
||||
|
||||
#include <CGAL/Origin.h>
|
||||
#include <CGAL/Kernel/mpl.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue