Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-07-29 00:20:36 +0300
committerHans Goudey <h.goudey@me.com>2022-07-29 00:20:36 +0300
commit4757a5ad338bbb1673ea89fa238069578a05be95 (patch)
treee61de4a348115075b82e5ac28827277a5cc7a83a /source/blender/blenkernel/BKE_idprop.h
parenteea1f9b1df66d412bf3b3aaa51215ad55e98b4cb (diff)
Cleanup: Make BKE_idprop.h self sufficient
It relied on uint, which is defined in a separate header.
Diffstat (limited to 'source/blender/blenkernel/BKE_idprop.h')
-rw-r--r--source/blender/blenkernel/BKE_idprop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_idprop.h b/source/blender/blenkernel/BKE_idprop.h
index 3f7d9498e39..d84bb1fd25e 100644
--- a/source/blender/blenkernel/BKE_idprop.h
+++ b/source/blender/blenkernel/BKE_idprop.h
@@ -7,6 +7,7 @@
*/
#include "BLI_compiler_attrs.h"
+#include "BLI_sys_types.h"
#ifdef __cplusplus
extern "C" {