1 #ifndef __STD_AFX_H_INCLUDED
 2 #define __STD_AFX_H_INCLUDED
 3 
 4 #include <vector>
 5 #include <iostream>
 6 #include <utility>
 7 #include <stdio.h>
 8 #include <stdlib.h>
 9 #include <string.h>
10 #include <time.h>
11 #define _USE_MATH_DEFINES
12 #include <math.h>
13 #include <assert.h>
14 #include <limits.h>
15 #include <float.h>
16 
17 #include <sys/types.h>
18 #include <sys/stat.h>
19 
20 #include <iostream>
21 #include <fstream>
22 #include <string.h>
23 #include <string>
24 #include <sstream>
25 
26 #define _strcmp strcmp
27 
28 #ifdef _WIN32
29 double drand48();
30 #endif
31 
32 #endif


syntax highlighted by Code2HTML, v. 0.9.1