diff options
author | bjarni <bjarni@openttd.org> | 2007-12-21 22:08:59 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-12-21 22:08:59 +0000 |
commit | c32c07e238d8f3ca428d89df1182ec1c8bab1d44 (patch) | |
tree | 2511e2c9db9168e24ad89ef57bf8a29e13749e93 | |
parent | 766551b0bcef873cf1c27e502506f4eef735e9e9 (diff) | |
download | openttd-c32c07e238d8f3ca428d89df1182ec1c8bab1d44.tar.xz |
(svn r11678) -Fix (r11674): [OSX] fixed compilation
-rw-r--r-- | src/os/macosx/macos.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm index 7e466aaad..14d3cfcf9 100644 --- a/src/os/macosx/macos.mm +++ b/src/os/macosx/macos.mm @@ -10,7 +10,7 @@ #include <mach/machine.h> #include <stdio.h> #include "../../stdafx.h" -#include "../../macros.h" +#include "../../core/bitmath_func.hpp" #ifndef CPU_SUBTYPE_POWERPC_970 #define CPU_SUBTYPE_POWERPC_970 ((cpu_subtype_t) 100) |