1
1

Fix tracking header not being self-sufficient

It used size_t type without including any header to define it.
This commit is contained in:
2022-07-05 15:55:53 +02:00
parent 8f0907b797
commit 31f0845b7e

View File

@@ -7,6 +7,8 @@
* \ingroup bke
*/
#include "BLI_sys_types.h"
#ifdef __cplusplus
extern "C" {
#endif