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:
Brecht Van Lommel
2022-10-26 18:58:04 +02:00
parent bc7de854c9
commit 1840f44666
57 changed files with 114 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
#include "Interface0D/BPy_SVertex.h"
#include "Interface1D/BPy_FEdge.h"
#include "BLI_sys_types.h"
#ifdef __cplusplus
extern "C" {
#endif