From e961744baf0edcccdd48fece9de63a2a0a1b1232 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 10 Mar 2008 20:18:19 +0000 Subject: [PATCH] fix for: boost/exception/enable_exception_cloning.hpp uses std::bad_alloc without #include'ing . Because of this, some exception library tests fail to compile on HP-UX. [SVN r43555] --- include/boost/exception/enable_exception_cloning.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/exception/enable_exception_cloning.hpp b/include/boost/exception/enable_exception_cloning.hpp index d85a258..2532d06 100644 --- a/include/boost/exception/enable_exception_cloning.hpp +++ b/include/boost/exception/enable_exception_cloning.hpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include namespace boost