]> Creatis software - clitk.git/blob - utilities/gengetopt/my_map.h
Debug RTStruct conversion with empty struc
[clitk.git] / utilities / 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