From 8c582362d0f156f0dc99b2e0677b9293f3f62a15 Mon Sep 17 00:00:00 2001 From: Ed Catmur Date: Thu, 16 Feb 2017 16:18:48 +0000 Subject: [PATCH] Include if required --- include/boost/type_index/stl_type_index.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/type_index/stl_type_index.hpp b/include/boost/type_index/stl_type_index.hpp index be28889..4041753 100644 --- a/include/boost/type_index/stl_type_index.hpp +++ b/include/boost/type_index/stl_type_index.hpp @@ -40,6 +40,10 @@ #include #include +#if !(_MSC_VER > 1600 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5 && defined(__GXX_EXPERIMENTAL_CXX0X__))) +# include +#endif + #if (defined(__EDG_VERSION__) && __EDG_VERSION__ < 245) \ || (defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 744) # include