mirror of https://github.com/CGAL/cgal
restore needed headers
This commit is contained in:
parent
d301662987
commit
41a7cb7160
|
|
@ -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 >
|
||||
|
|
|
|||
|
|
@ -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 >
|
||||
|
|
|
|||
Loading…
Reference in New Issue