Cleanup: Make BKE_idprop.h self sufficient

It relied on uint, which is defined in a separate header.
This commit is contained in:
Hans Goudey
2022-07-28 16:20:36 -05:00
parent eea1f9b1df
commit 4757a5ad33

View File

@@ -7,6 +7,7 @@
*/
#include "BLI_compiler_attrs.h"
#include "BLI_sys_types.h"
#ifdef __cplusplus
extern "C" {