From 5f7ad4baaaab38f1a4250dcad17a96d11ee32e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Wed, 12 Jan 2022 17:24:57 +0100 Subject: BLI_math: Fix building when WITH_GMP is off --- source/blender/blenlib/BLI_math_vec_mpq_types.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/BLI_math_vec_mpq_types.hh b/source/blender/blenlib/BLI_math_vec_mpq_types.hh index 36eb0cac83c..392c647fe0d 100644 --- a/source/blender/blenlib/BLI_math_vec_mpq_types.hh +++ b/source/blender/blenlib/BLI_math_vec_mpq_types.hh @@ -20,10 +20,11 @@ * \ingroup bli */ +#include "BLI_math_vec_types.hh" + #ifdef WITH_GMP # include "BLI_math_mpq.hh" -# include "BLI_math_vec_types.hh" namespace blender { -- cgit v1.2.3