diff options
author | bjarni <bjarni@openttd.org> | 2008-01-13 17:37:17 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2008-01-13 17:37:17 +0000 |
commit | ef219245affa80a144508eabe4f578ad78581ba3 (patch) | |
tree | c443e165ceac3215b1f522b8949021fbb7a7806f /src/video/cocoa | |
parent | 8da51e5eb27264b6e11f25f1ccc95a04e49c9435 (diff) | |
download | openttd-ef219245affa80a144508eabe4f578ad78581ba3.tar.xz |
(svn r11836) -Fix [r11834]: [OSX] fixed compilation
Diffstat (limited to 'src/video/cocoa')
-rw-r--r-- | src/video/cocoa/event.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/cocoa/event.mm b/src/video/cocoa/event.mm index a76754d0d..1728a52c6 100644 --- a/src/video/cocoa/event.mm +++ b/src/video/cocoa/event.mm @@ -40,6 +40,7 @@ #include "../../debug.h" #include "../../os/macosx/splash.h" #include "../../variables.h" +#include "../../settings_type.h" #include "../../core/geometry_type.hpp" #include "cocoa_v.h" #include "cocoa_keys.h" |