campo-sirio/xvaga/incstr.h
alex 2902fa494a Modifiche dalla versione Linux sulla 2.1
git-svn-id: svn://10.65.10.50/trunk@11839 c028cbd2-c16b-5b4b-a496-9718f37d4682
2004-03-12 14:21:37 +00:00

14 lines
202 B
C++
Executable File

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