From 8ebdfb258fcf9406ce1b7f333695987cb37e291c 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/rail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index fe5664152..8cf2fdeec 100644 --- a/src/rail.h +++ b/src/rail.h @@ -8,6 +8,7 @@ #include "gfx.h" #include "rail_type.h" #include "track_type.h" +#include "core/bitmath_func.hpp" #include "variables.h" /** This struct contains all the info that is needed to draw and construct tracks. -- cgit v1.2.3-54-g00ecf