projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleanup: use BLI_compiler_compat.h for BLI_INLINE
[blender.git]
/
source
/
blender
/
blenlib
/
intern
/
rct.c
diff --git
a/source/blender/blenlib/intern/rct.c
b/source/blender/blenlib/intern/rct.c
index e0d92e8a19f2a7884c34fc4ed2dcfe7b8356b01a..5b1e378a2dadc706fb29049e2c65424f9b3bba79 100644
(file)
--- a/
source/blender/blenlib/intern/rct.c
+++ b/
source/blender/blenlib/intern/rct.c
@@
-39,8
+39,10
@@
#include <limits.h>
#include <float.h>
-#include "DNA_vec_types.h"
#include "BLI_rect.h"
+#include "BLI_utildefines.h"
+
+#include "DNA_vec_types.h"
/* avoid including BLI_math */
static void unit_m4(float m[4][4]);