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;