From d54052b1376bf24d748e2f6be34c40ad8bfe6096 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 11 Jun 2008 22:25:06 +0000 Subject: [PATCH] Added missing #include [SVN r46341] --- include/boost/exception/to_string_stub.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/exception/to_string_stub.hpp b/include/boost/exception/to_string_stub.hpp index 493a30c..bfe330d 100644 --- a/include/boost/exception/to_string_stub.hpp +++ b/include/boost/exception/to_string_stub.hpp @@ -9,6 +9,7 @@ #include #include #include +#include namespace boost