Add stdlib.h to solve compilation error caused by missing abort() prototype
Perhaps we'd better move this include to BLI_utildefines as we made with with other includes needed for BLI_abort?
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
* \date 22/05/2003
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#ifdef WITH_CXX_GUARDEDALLOC
|
||||
|
||||
Reference in New Issue
Block a user