directly include gmpxx

This commit is contained in:
Marc Glisse 2011-03-07 14:13:28 +00:00
parent 1df7c1c87f
commit 74e8ca041c
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
#include <CGAL/Fraction_traits.h>
#include <boost/type_traits/is_convertible.hpp>
#include <boost/utility/enable_if.hpp>
#ifdef CGAL_USE_GMPXX
#include <gmpxx.h>
#endif
namespace CGAL {