From 1a74757cfa92b90525cf890d00a67859a91ba80b Mon Sep 17 00:00:00 2001 From: Steve Gates Date: Wed, 11 Jun 2014 11:44:25 -0700 Subject: [PATCH] Adding missing include for boost\predef.h. --- include/boost/smart_ptr/detail/lwm_win32_cs.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/smart_ptr/detail/lwm_win32_cs.hpp b/include/boost/smart_ptr/detail/lwm_win32_cs.hpp index 9de2d65..11edd73 100644 --- a/include/boost/smart_ptr/detail/lwm_win32_cs.hpp +++ b/include/boost/smart_ptr/detail/lwm_win32_cs.hpp @@ -18,6 +18,8 @@ // http://www.boost.org/LICENSE_1_0.txt) // +#include + #ifdef BOOST_USE_WINDOWS_H # include #endif