mirror of https://github.com/CGAL/cgal
added missing include
This commit is contained in:
parent
3d7727ac99
commit
b306a5acaa
|
|
@ -16,6 +16,7 @@
|
|||
#include <vector>
|
||||
#include <sstream>
|
||||
#include <cstddef>
|
||||
#include <cassert>
|
||||
|
||||
#include <CGAL/Polynomial/sturm_habicht_sequence.h>
|
||||
#include <CGAL/Arithmetic_kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue