From 5f67762a7f14d901984251da6c41ecdad63a049b Mon Sep 17 00:00:00 2001 From: michi_cc Date: Sun, 4 Oct 2009 21:08:30 +0000 Subject: (svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure. --- src/video/cocoa/cocoa_v.mm | 1 + src/video/cocoa/wnd_quartz.mm | 1 + src/video/cocoa/wnd_quickdraw.mm | 1 + 3 files changed, 3 insertions(+) (limited to 'src/video') diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index 41dd4611b..44551cc89 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -16,6 +16,7 @@ #ifdef WITH_COCOA #include "../../stdafx.h" +#include "../../os/macosx/macos.h" #define Rect OTTDRect #define Point OTTDPoint 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 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 -- cgit v1.2.3-70-g09d2