mirror of https://github.com/CGAL/cgal
added missing #include <vector>
This commit is contained in:
parent
e8a393dcd2
commit
adabd22ae4
|
|
@ -29,6 +29,7 @@
|
||||||
#include <CGAL/Kernel/Return_base_tag.h>
|
#include <CGAL/Kernel/Return_base_tag.h>
|
||||||
#include <CGAL/min_max_n.h>
|
#include <CGAL/min_max_n.h>
|
||||||
#include <CGAL/Origin.h>
|
#include <CGAL/Origin.h>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue