Fix build with redis

Broken by 6bc4cad0ed because database-redis.h
depended on settings.h to include filesys.h.
master
ShadowNinja 2014-09-21 21:00:20 -04:00
parent 9a685a4f2e
commit 56195dc2e4
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{