Add missing standard headers

This commit is contained in:
Sylvain Pion 2008-01-09 21:32:40 +00:00
parent a50c901a94
commit b9066e7a72
1 changed files with 2 additions and 0 deletions

View File

@ -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