Add missing include (correctly) needed by GCC 4.4.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1342 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
aeca4a71d7
commit
1d59299732
|
@ -25,6 +25,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 <iostream>
|
#include <iostream>
|
||||||
|
#include <typeinfo>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue