From 3da958e9929c30c6436293bbee5b003fb3c4b4b6 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Tue, 2 Jun 2009 15:27:49 +0000 Subject: [PATCH] Add missing header inclusion. git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1346 3ecf2c5c-341e-0410-92b4-d18e462d057c --- src/backend/sgpemv2/templates/down_cast.tcc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/sgpemv2/templates/down_cast.tcc b/src/backend/sgpemv2/templates/down_cast.tcc index 9dd43c8..31a78e4 100644 --- a/src/backend/sgpemv2/templates/down_cast.tcc +++ b/src/backend/sgpemv2/templates/down_cast.tcc @@ -24,6 +24,7 @@ #if not defined(NDEBUG) && not defined(_MSC_VER) #include +#include #include #include #include @@ -88,7 +89,7 @@ namespace sgpem catch(const std::bad_cast& e) { pid_t me = getpid(); - std::clog << "DEBUG: st8ad_cast exception. " + std::clog << "DEBUG: std::bad_cast exception. " << "Guru Meditation #81310005.48454C50." << std::endl << " ** " << e.what() << std::endl << "Process [" << me << "] stopped." << std::endl;