From a28a7bb00fa3a0a4578dada156939f83bf7eb684 Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Thu, 21 Apr 2016 17:46:44 +0200 Subject: [PATCH] now TFE builds on OSX, too --- Sources/Engine/Base/Assert.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Engine/Base/Assert.h b/Sources/Engine/Base/Assert.h index 337afe0..80f4aa3 100644 --- a/Sources/Engine/Base/Assert.h +++ b/Sources/Engine/Base/Assert.h @@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifdef PLATFORM_UNIX /* rcg10042001 */ #include "SDL_assert.h" #define _assert(x, y, z) SDL_assert(0) +#include // raise() #endif