From 5f41e688381447c483525646a9e1ce57bf25959e Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 11 Sep 2023 21:15:28 +0300 Subject: [PATCH] Update declval.hpp include. The header is part of Boost.TypeTraits, so use the appropriate header path. --- include/boost/thread/synchronized_value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/thread/synchronized_value.hpp b/include/boost/thread/synchronized_value.hpp index 33ef5e122..4e48a853d 100644 --- a/include/boost/thread/synchronized_value.hpp +++ b/include/boost/thread/synchronized_value.hpp @@ -18,7 +18,7 @@ #include #include #include -#include +#include //#include //#include //#if ! defined BOOST_NO_CXX11_HDR_TYPE_TRAITS