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 | 6c4ebd91ea9ba320df367b6e7ae30d0a5ec1015c (patch) | |
tree | c443e165ceac3215b1f522b8949021fbb7a7806f /src/video | |
parent | b3e28dc5ad36a3c705adec895f093756597090ef (diff) | |
download | openttd-6c4ebd91ea9ba320df367b6e7ae30d0a5ec1015c.tar.xz |
(svn r11836) -Fix [r11834]: [OSX] fixed compilation
Diffstat (limited to 'src/video')
-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" |