mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 09:34:36 +00:00
filter_csg: Add ifdef to permit building against gmp
This commit is contained in:
parent
ffda4f6758
commit
263d3bfb7b
@ -2,7 +2,11 @@
|
||||
#define GMPFRAC_H
|
||||
|
||||
#include <iostream>
|
||||
#ifdef BUILD_WITH_GMP
|
||||
#include <gmpxx.h>
|
||||
#else
|
||||
#include <mpirxx.h>
|
||||
#endif
|
||||
|
||||
inline long floor(const mpq_class &x) {
|
||||
mpz_class q;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user