From baa68454a095d20e48c6d5f836e6f77ce6afb8c9 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 15 Oct 2013 14:51:25 +0400 Subject: [PATCH] Fixed compilation (include was missing) --- boost/type_index/type_index_impl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/boost/type_index/type_index_impl.hpp b/boost/type_index/type_index_impl.hpp index 18bd94d..cd9aa2b 100644 --- a/boost/type_index/type_index_impl.hpp +++ b/boost/type_index/type_index_impl.hpp @@ -29,6 +29,7 @@ #include #include #include +#include #include #ifndef BOOST_NO_RTTI