From 7f2348269bfff8389c99d45d3ac13a3c31bec858 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Thu, 28 Aug 2008 23:49:55 +0000 Subject: [PATCH] Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID. [SVN r48429] --- include/boost/exception.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/exception.hpp b/include/boost/exception.hpp index d805002..e2cbd7b 100644 --- a/include/boost/exception.hpp +++ b/include/boost/exception.hpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include