From 70fdaa633e1da40d51f2b749212e0dbc50d4ddeb Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 20 Feb 2014 16:38:55 +0400 Subject: [PATCH] Fix typo --- include/boost/type_index.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_index.hpp b/include/boost/type_index.hpp index 1e4b143..a7c1aa1 100644 --- a/include/boost/type_index.hpp +++ b/include/boost/type_index.hpp @@ -26,7 +26,7 @@ #elif (!defined(BOOST_NO_RTTI) && !defined(BOOST_TYPE_INDEX_FORCE_NO_RTTI_COMPATIBILITY)) || defined(BOOST_MSVC) # include # ifdef BOOST_NO_RTTI -# inlcude +# include # endif #else # include