Skip to content

Commit

Permalink
GMP is not always available
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Feb 1, 2025
1 parent ca17f81 commit 3abe020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nef_3/test/Nef_3/issue8644bis.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <CGAL/Extended_cartesian.h>
#include <CGAL/Gmpq.h>
#include <CGAL/Exact_rational.h>
#include <CGAL/Nef_polyhedron_3.h>

using Kernel = CGAL::Extended_cartesian<CGAL::Gmpq>;
using Kernel = CGAL::Extended_cartesian<CGAL::Exact_rational>;
using Nef = CGAL::Nef_polyhedron_3<Kernel>;

int main()
Expand Down

0 comments on commit 3abe020

Please sign in to comment.