Fix the headers dependency-hell around gmpxx in Number_types

This commit is contained in:
Laurent Rineau
2019-05-09 15:05:23 +02:00
parent b29e3f996f
commit 2f8eeb0db3
14 changed files with 69 additions and 41 deletions
@@ -22,10 +22,14 @@
#ifndef CGAL_RESIDUE_TYPE_H
#define CGAL_RESIDUE_TYPE_H
#include <CGAL/basic.h>
#include <CGAL/tss.h>
#include <CGAL/FPU.h>
#include <CGAL/Real_embeddable_traits.h>
#include <CGAL/double.h>
#include <iostream>
#include <cfloat>
#include <cmath>
#include <boost/operators.hpp>