restore needed headers

This commit is contained in:
Maxime Gimeno 2019-02-18 13:30:21 +01:00
parent d301662987
commit 41a7cb7160
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <CGAL/IO/io.h>
#include <CGAL/Algebraic_structure_traits.h>
#include <CGAL/number_type_basic.h>
template< typename NT > NT unit_part(const NT& x);
template< typename NT >

View File

@ -1,6 +1,7 @@
#include <CGAL/Fraction_traits.h>
#include <CGAL/IO/io.h>
#include <vector>
#include <CGAL/number_utils.h>
template <class Fraction>
std::vector<typename CGAL::Fraction_traits<Fraction>::Numerator_type >