Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/BLI_delaunay_2d.h')
-rw-r--r--source/blender/blenlib/BLI_delaunay_2d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_delaunay_2d.h b/source/blender/blenlib/BLI_delaunay_2d.h
index 34722982022..96501268cee 100644
--- a/source/blender/blenlib/BLI_delaunay_2d.h
+++ b/source/blender/blenlib/BLI_delaunay_2d.h
@@ -208,12 +208,11 @@ void BLI_delaunay_2d_cdt_free(CDT_result *result);
/* C++ Interface. */
-# include "gmpxx.h"
-
# include "BLI_array.hh"
# include "BLI_double2.hh"
# include "BLI_linklist.h"
# include "BLI_mempool.h"
+# include "BLI_math_mpq.hh"
# include "BLI_mpq2.hh"
# include "BLI_vector.hh"