BLI_math: Fix building when WITH_GMP is off

This commit is contained in:
Clément Foucault
2022-01-12 17:24:57 +01:00
parent e5858a3ad0
commit 5f7ad4baaa

View File

@@ -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 {