diff options
Diffstat (limited to 'src/namegen.cpp')
-rw-r--r-- | src/namegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namegen.cpp b/src/namegen.cpp index 64b37a0a9..901c7175c 100644 --- a/src/namegen.cpp +++ b/src/namegen.cpp @@ -7,7 +7,7 @@ #include "debug.h" #include "namegen.h" #include "table/namegen.h" -#include "string.h" +#include "string_func.h" static inline uint32 SeedChance(int shift_by, int max, uint32 seed) { |