summaryrefslogtreecommitdiff
path: root/src/video/cocoa/wnd_quartz.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_quartz.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_quartz.mm')
-rw-r--r--src/video/cocoa/wnd_quartz.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/cocoa/wnd_quartz.mm b/src/video/cocoa/wnd_quartz.mm
index 95a2e981c..c159da7da 100644
--- a/src/video/cocoa/wnd_quartz.mm
+++ b/src/video/cocoa/wnd_quartz.mm
@@ -17,6 +17,7 @@
#ifdef ENABLE_COCOA_QUARTZ
#include "../../stdafx.h"
+#include "../../os/macosx/macos.h"
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4