]> Creatis software - clitk.git/blob - utilities/gengetopt/my_sstream.h
Sync gengetopt cmake files with rtk
[clitk.git] / utilities / gengetopt / my_sstream.h
1 // deal with namespace problems
2
3 #ifdef HAVE_CONFIG_H
4 #include "config.h"
5 #endif // HAVE_CONFIG_H
6
7 #ifdef HAVE_SSTREAM
8 #include <sstream>
9 #else
10 #include "includes/sstream"
11 #endif
12
13 #ifdef HAVE_NAMESPACES
14 using std::ostringstream;
15 #endif