Skip to content

Commit

Permalink
fix linking of wesnothd with msvc and boost 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 6, 2016
1 parent 5fbc903 commit eeff372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gettext_boost.cpp
Expand Up @@ -20,6 +20,8 @@
#include <locale>
#include <boost/locale.hpp>
#include <boost/foreach.hpp>
// including boost/thread fixes linking of boost locale for msvc on boost 1.60
#include <boost/thread.hpp>
#include <set>

#define DBG_G LOG_STREAM(debug, lg::general)
Expand Down

0 comments on commit eeff372

Please sign in to comment.