// handle namespaces #ifndef _MY_MAP_H #define _MY_MAP_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #ifdef HAVE_NAMESPACES using std::map; using std::make_pair; #endif #endif // _MY_MAP_H