diff options
Diffstat (limited to 'src/string.h')
-rw-r--r-- | src/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.h b/src/string.h index b3beacb23..bdbe9b46a 100644 --- a/src/string.h +++ b/src/string.h @@ -5,7 +5,7 @@ #ifndef STRING_H #define STRING_H -#include "macros.h" +#include "core/bitmath_func.hpp" /** * usage ttd_strlcpy(dst, src, lengthof(dst)); |