summaryrefslogtreecommitdiff
path: root/web/yacco2/library/std_includes.h
blob: 5c41a5f2915e4cc68acbeb854375609724a59283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//
//      file:   std_includes.h
//
#ifndef __std_includes_h__
#define __std_includes_h__
// a HP hack: __USE_STD_IOSTREAM
#ifndef __USE_STD_IOSTREAM
#define __USE_STD_IOSTREAM
#endif
#include <unistd.h>
#include <iosfwd>
#include <new>
#include <limits>
#include <iomanip>
#include <iostream>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <functional>
#include <iterator>
#include <map>
#include <set>
#include <list>
//#include <stack>
#include <string>
#include <vector>
#endif