diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/database-redis.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database-redis.cpp b/src/database-redis.cpp index b9e75eded..028a0ab4d 100644 --- a/src/database-redis.cpp +++ b/src/database-redis.cpp @@ -35,6 +35,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "main.h" #include "settings.h" #include "log.h" +#include "filesys.h" + Database_Redis::Database_Redis(ServerMap *map, std::string savedir) { |