From e22a48046a57ef39ca5cef94dcc79d1d83a042a7 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Fri, 13 Apr 2018 23:52:56 +1100 Subject: [PATCH] Removed last boost/thread.hpp include 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 7cf93413797c73e6ca33e22a615897ffbec42cdb) --- src/gettext_boost.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gettext_boost.cpp b/src/gettext_boost.cpp index a52626cc51ee..dc10a0436e74 100644 --- a/src/gettext_boost.cpp +++ b/src/gettext_boost.cpp @@ -23,8 +23,6 @@ #include #include #include -// including boost/thread fixes linking of boost locale for msvc on boost 1.60 -#include #include #if defined(__GNUC__)