mirror of https://github.com/CGAL/cgal
Add missing #include <vector>.
This commit is contained in:
parent
374c752c65
commit
e6547e93b9
|
|
@ -27,6 +27,8 @@
|
||||||
#ifndef CGAL_ALGEBRAIC_KERNEL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIAL_1_3_AND_2_3_H
|
#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
|
#define CGAL_ALGEBRAIC_KERNEL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIAL_1_3_AND_2_3_H
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace AlgebraicSphereFunctors {
|
namespace AlgebraicSphereFunctors {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue