campo-sirio/xvaga/incstr.h
luca 9b64e14553 Patch level :2.1 nopatch
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :risolti errori compilazione release; modifiche per linux


git-svn-id: svn://10.65.10.50/trunk@12159 c028cbd2-c16b-5b4b-a496-9718f37d4682
2004-06-07 12:37:57 +00:00

19 lines
243 B
C++
Executable File

#ifndef __INCSTR_H
#define __INCRSTR_H
#ifdef WIN32
#ifndef _INC_FSTREAM
#include <fstream.h>
#endif
#include <strstrea.h>
#else // WIN32
#include <fstream>
#include <iostream>
#include <sstream>
using namespace std;
#endif //WIN32
#endif