summaryrefslogtreecommitdiff
path: root/src/cargotype.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-04-30 14:24:23 +0000
committerrubidium <rubidium@openttd.org>2011-04-30 14:24:23 +0000
commit46c242b1dc790e7e55b739dcf5e4133c4ab2e8b2 (patch)
tree5f984a3e93055cd737f8d089e33919d13db8553b /src/cargotype.cpp
parent1c1e9f69419aa49bfae9fd2975957d4e0b890fb8 (diff)
downloadopenttd-46c242b1dc790e7e55b739dcf5e4133c4ab2e8b2.tar.xz
(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h.
Diffstat (limited to 'src/cargotype.cpp')
-rw-r--r--src/cargotype.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cargotype.cpp b/src/cargotype.cpp
index 66b3840cf..82836b324 100644
--- a/src/cargotype.cpp
+++ b/src/cargotype.cpp
@@ -13,6 +13,7 @@
#include "cargotype.h"
#include "core/bitmath_func.hpp"
#include "newgrf_cargo.h"
+#include "string_func.h"
#include "strings_func.h"
#include "core/sort_func.hpp"