Fix: build error with MSVC

BLI_math_base.h is still required to get defines like M_PI
This commit is contained in:
Ray Molenkamp
2023-11-12 08:36:39 -07:00
parent 7c899d2271
commit 3816fcd861

View File

@@ -12,6 +12,7 @@
#include <cmath>
#include <type_traits>
#include "BLI_math_base.h"
#include "BLI_utildefines.h"
namespace blender::math {