few minor mods
This commit is contained in:
parent
f290f94301
commit
a2457cf126
5 changed files with 86 additions and 11 deletions
|
|
@ -31,6 +31,10 @@
|
|||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef __GNUC__
|
||||
typedef ios ios_base; // not currently defined in GCC
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/*
|
||||
Maarten: added this code here because Mirkosoft has the
|
||||
|
|
|
|||
Reference in a new issue