Add missing #include <vector>.

This commit is contained in:
Sylvain Pion 2008-01-14 21:06:42 +00:00
parent 374c752c65
commit e6547e93b9
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#ifndef CGAL_ALGEBRAIC_KERNEL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIAL_1_3_AND_2_3_H
#define CGAL_ALGEBRAIC_KERNEL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIAL_1_3_AND_2_3_H
#include <vector>
namespace CGAL {
namespace AlgebraicSphereFunctors {