Skip to content

Commit

Permalink
Fix wesnothd build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 7, 2016
1 parent 7664147 commit 02ea491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/server/sample_user_handler.cpp
Expand Up @@ -15,6 +15,7 @@
#include "server/sample_user_handler.hpp"

#include "config.hpp"
#include "lexical_cast.hpp"
#include "serialization/string_utils.hpp"
#include "util.hpp"

Expand Down
3 changes: 1 addition & 2 deletions src/server/server_base.cpp
Expand Up @@ -14,11 +14,10 @@

#include "server/server_base.hpp"

#include "lexical_cast.hpp"
#include "log.hpp"
#include "util.hpp"
#include "utils/functional.hpp"


static lg::log_domain log_server("server");
#define ERR_SERVER LOG_STREAM(err, log_server)
#define WRN_SERVER LOG_STREAM(warn, log_server)
Expand Down

0 comments on commit 02ea491

Please sign in to comment.