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/track_func.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/track_func.h') diff --git a/src/track_func.h b/src/track_func.h index 030872385..47364b8c0 100644 --- a/src/track_func.h +++ b/src/track_func.h @@ -5,6 +5,7 @@ #ifndef TRACK_FUNC_H #define TRACK_FUNC_H +#include "core/bitmath_func.hpp" #include "track_type.h" #include "direction_type.h" #include "slope_func.h" -- cgit v1.2.3-54-g00ecf