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:
parent
b0ad3f19e5
commit
3da958e992
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
#if not defined(NDEBUG) && not defined(_MSC_VER)
|
#if not defined(NDEBUG) && not defined(_MSC_VER)
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <typeinfo>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
@ -88,7 +89,7 @@ namespace sgpem
|
||||||
catch(const std::bad_cast& e)
|
catch(const std::bad_cast& e)
|
||||||
{
|
{
|
||||||
pid_t me = getpid();
|
pid_t me = getpid();
|
||||||
std::clog << "DEBUG: st8ad_cast exception. "
|
std::clog << "DEBUG: std::bad_cast exception. "
|
||||||
<< "Guru Meditation #81310005.48454C50." << std::endl
|
<< "Guru Meditation #81310005.48454C50." << std::endl
|
||||||
<< " ** " << e.what() << std::endl
|
<< " ** " << e.what() << std::endl
|
||||||
<< "Process [" << me << "] stopped." << std::endl;
|
<< "Process [" << me << "] stopped." << std::endl;
|
||||||
|
|
Loading…
Reference in New Issue