Add missing header inclusion.

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1346 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2009-06-02 15:27:49 +00:00
parent b0ad3f19e5
commit 3da958e992
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#if not defined(NDEBUG) && not defined(_MSC_VER)
#include <sys/types.h>
#include <typeinfo>
#include <iostream>
#include <typeinfo>
#include <signal.h>
@ -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;