Skip to content

Commit

Permalink
Removed last boost/thread.hpp include
Browse files Browse the repository at this point in the history
Locale doesn't rely on boost, so it must have been some other issue in Boost 1.60
that was incidentally fixed by including that file. If anyone ever happens to build
with 1.60 again we can revisit this.

For the record, there are no issues with VS 2017 and Boost 1.66.

(cherry-picked from commit 7cf9341)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent b6c8437 commit e22a480
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gettext_boost.cpp
Expand Up @@ -23,8 +23,6 @@
#include <locale>
#include <mutex>
#include <boost/locale.hpp>
// including boost/thread fixes linking of boost locale for msvc on boost 1.60
#include <boost/thread.hpp>
#include <set>

#if defined(__GNUC__)
Expand Down

0 comments on commit e22a480

Please sign in to comment.