summaryrefslogtreecommitdiff
path: root/src/video/cocoa/wnd_quickdraw.mm
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2009-10-04 21:08:30 +0000
committermichi_cc <michi_cc@openttd.org>2009-10-04 21:08:30 +0000
commit5f67762a7f14d901984251da6c41ecdad63a049b (patch)
treeb596067a15d866c491f0a6170fb3ab7f03b4e997 /src/video/cocoa/wnd_quickdraw.mm
parent4f98178fcd110ebfc10fe42e609d27faf7105b73 (diff)
downloadopenttd-5f67762a7f14d901984251da6c41ecdad63a049b.tar.xz
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
Diffstat (limited to 'src/video/cocoa/wnd_quickdraw.mm')
-rw-r--r--src/video/cocoa/wnd_quickdraw.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/cocoa/wnd_quickdraw.mm b/src/video/cocoa/wnd_quickdraw.mm
index b3618cf81..8a7e7b45b 100644
--- a/src/video/cocoa/wnd_quickdraw.mm
+++ b/src/video/cocoa/wnd_quickdraw.mm
@@ -18,6 +18,7 @@
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3
#include "../../stdafx.h"
+#include "../../os/macosx/macos.h"
#define Rect OTTDRect
#define Point OTTDPoint