2004-03-12 14:21:37 +00:00
|
|
|
#ifndef __INCSTR_H
|
|
|
|
#define __INCRSTR_H
|
2004-06-07 08:55:24 +00:00
|
|
|
|
2004-03-12 14:21:37 +00:00
|
|
|
#include <fstream>
|
2004-06-07 08:55:24 +00:00
|
|
|
#include <iostream>
|
2015-06-17 07:17:35 +00:00
|
|
|
#include <strstream>
|
2004-03-12 14:21:37 +00:00
|
|
|
using namespace std;
|
2004-06-07 08:55:24 +00:00
|
|
|
|
2004-03-12 14:21:37 +00:00
|
|
|
#endif
|