From d04ddee87a4863634b4b2335f6a49edc15e4a117 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Thu, 15 May 2008 00:47:50 +0000 Subject: [PATCH] Added required #include [SVN r45378] --- include/boost/exception/enable_error_info.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/exception/enable_error_info.hpp b/include/boost/exception/enable_error_info.hpp index 67adf15..daf8aac 100644 --- a/include/boost/exception/enable_error_info.hpp +++ b/include/boost/exception/enable_error_info.hpp @@ -8,7 +8,8 @@ #include #include -#include // For BOOST_STATIC_CONSTANT. +#include +#include namespace boost