diff options
Diffstat (limited to 'namegen.c')
-rw-r--r-- | namegen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include "stdafx.h" #include "ttd.h" - +#include "debug.h" #include "table/namegen.h" static inline uint32 SeedChance(int shift_by, int max, uint32 seed) |