#if !defined(G__MULTIMAP_DLL) && !defined(G__NOCINTDLL)
//#pragma include_noerr <pair.dll> 
#pragma include_noerr <multimap.dll>
#pragma include_noerr <multimap2.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/multimap>
#else
#include <_multimap.h>
#endif
