Fix build error on Windows without precompiled headers

Recent refactoring to use uint relied on indirect includes and precompiled
headers for uint to be defined. Explicitly include BLI_sys_types where this
type is used now.
This commit is contained in:
2022-10-26 18:58:04 +02:00
parent bc7de854c9
commit 1840f44666
57 changed files with 114 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
#include "UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.h"
#include "BLI_sys_types.h"
#ifdef __cplusplus
extern "C" {
#endif