[Bf-blender-cvs] [4757a5ad338] master: Cleanup: Make BKE_idprop.h self sufficient

Hans Goudey noreply at git.blender.org
Thu Jul 28 23:34:31 CEST 2022


Commit: 4757a5ad338bbb1673ea89fa238069578a05be95
Author: Hans Goudey
Date:   Thu Jul 28 16:20:36 2022 -0500
Branches: master
https://developer.blender.org/rB4757a5ad338bbb1673ea89fa238069578a05be95

Cleanup: Make BKE_idprop.h self sufficient

It relied on uint, which is defined in a separate header.

===================================================================

M	source/blender/blenkernel/BKE_idprop.h

===================================================================

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" {



More information about the Bf-blender-cvs mailing list