]> Creatis software - clitk.git/blob - cmake/gengetopt/my_string.h
Added FindGengetopt.cmake which compiles gengetopt if not installed.
[clitk.git] / cmake / gengetopt / my_string.h
1 // deal with namespace problems
2
3 #ifdef HAVE_CONFIG_H
4 #include "config.h"
5 #endif // HAVE_CONFIG_H
6
7 #include <string>
8
9 #ifdef HAVE_NAMESPACES
10 using std::string;
11 #endif