ROSE  0.11.145.0
setup.h
1 #ifndef ROSE_UTILITY_SETUP_H
2 #define ROSE_UTILITY_SETUP_H
3 
4 // include header file for C library of string functions
5 #include "assert.h"
6 #include <exception>
7 
8 #include "roseInternal.h"
9 
10 // DQ (12/7/2003): g++ 3.x prefers to see <fstream> and use of <fstream>
11 // or <fstream.h> is setup in config.h so use it here.
12 #include <fstream>
13 #include <stack>
14 
15 
16 
17 
18 
19 // endif associated with ROSE_UTILITY_SETUP_H
20 #endif