]> Creatis software - clitk.git/blob - cmake/gengetopt/my_map.h
Added FindGengetopt.cmake which compiles gengetopt if not installed.
[clitk.git] / cmake / gengetopt / my_map.h
1 // handle namespaces
2
3 #ifndef _MY_MAP_H
4 #define _MY_MAP_H
5
6 #ifdef HAVE_CONFIG_H
7 #include "config.h"
8 #endif
9
10 #include <map>
11
12 #ifdef HAVE_NAMESPACES
13 using std::map;
14 using std::make_pair;
15 #endif
16
17 #endif // _MY_MAP_H