Skip to content

Commit

Permalink
Fix build with redis
Browse files Browse the repository at this point in the history
Broken by 6bc4cad because database-redis.h
depended on settings.h to include filesys.h.
  • Loading branch information
ShadowNinja committed Sep 22, 2014
1 parent 9a685a4 commit 56195dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/database-redis.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit 56195dc

Please sign in to comment.