mirror of https://github.com/CGAL/cgal
Add missing standard headers
This commit is contained in:
parent
a50c901a94
commit
b9066e7a72
|
|
@ -20,6 +20,8 @@
|
|||
#if ! (CGAL_DYNAMIC_MATRIX_H)
|
||||
#define CGAL_DYNAMIC_MATRIX_H 1
|
||||
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <CGAL/Optimisation/assertions.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue