From 98f20f30d692bcadbd390137553ffabd3f37a49e Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 26 Jun 2008 16:41:34 +0000 Subject: [PATCH] Compatibility with Apache STDCXX library. Don't assume eh.h comes along with the other headers automatically. [SVN r46721] --- test/module_tail.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/module_tail.cpp b/test/module_tail.cpp index 02cfc6a3..f9cdca18 100644 --- a/test/module_tail.cpp +++ b/test/module_tail.cpp @@ -13,6 +13,7 @@ # endif # ifdef _MSC_VER +# include // for _set_se_translator() # pragma warning(push) # pragma warning(disable:4297) # pragma warning(disable:4535)