Fix: Build error on windows.

Issue introduced by rBeef98e66cf9e

BLI_math_rotation.h uses M_PI which
gets defined inside BLI_math_base.h
This commit is contained in:
Ray molenkamp 2022-05-11 07:28:48 -06:00
parent 007e95c259
commit 3eb3d363e1
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* \ingroup bli
*/
#include "BLI_math_base.h"
#include "BLI_utildefines.h"
#include "DNA_vec_types.h"