From b7355bb2b4a206d5dc96469151907c82ec120c13 Mon Sep 17 00:00:00 2001 From: Tobias Ludwig Date: Mon, 29 Oct 2018 22:31:52 +0100 Subject: [PATCH] add missing warning re-enabling include fixes msvc warning C5032: "detected #pragma warning(push) with no corresponding #pragma warning(pop)" --- include/boost/container/detail/thread_mutex.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/container/detail/thread_mutex.hpp b/include/boost/container/detail/thread_mutex.hpp index 628f28b..66d64b9 100644 --- a/include/boost/container/detail/thread_mutex.hpp +++ b/include/boost/container/detail/thread_mutex.hpp @@ -176,4 +176,6 @@ class thread_mutex #endif //BOOST_HAS_PTHREADS +#include + #endif // #ifndef BOOST_CONTAINER_DETAIL_THREAD_MUTEX_HPP