Fix CGG build

This commit is contained in:
Stas Degteff 2006-05-13 14:51:29 +00:00
parent 82a9dd712a
commit 48908d77d9
2 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,9 @@
#include <gstrall.h>
#include <csignal>
#include <iostream>
#include <sstream>
#if __GNUC__ +0 > 2
#include <sstream>
#endif
#include <iomanip>
// Wrappers for certain mostly DOS/Borland headers
#include <gshare.h>