Fix tracking header not being self-sufficient
It used size_t type without including any header to define it.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
* \ingroup bke
|
||||
*/
|
||||
|
||||
#include "BLI_sys_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user