Fix: build error with MSVC
BLI_math_base.h is still required to get defines like M_PI
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <cmath>
|
||||
#include <type_traits>
|
||||
|
||||
#include "BLI_math_base.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
namespace blender::math {
|
||||
|
||||
Reference in New Issue
Block a user