From 01e20c91403ebe8c88697ec11812fb46d414c770 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:21:21 +0000 Subject: (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. --- src/gfx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gfx.h') diff --git a/src/gfx.h b/src/gfx.h index a173da693..a09553c8e 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -36,6 +36,7 @@ #define GFX_H #include "openttd.h" +#include "core/math_func.hpp" #include "zoom.hpp" enum WindowKeyCodes { -- cgit v1.2.3-54-g00ecf