
#if !defined(G__LIMITS_DLL) && !defined(G__NOCINTDLL)
namespace std {
#pragma include_noerr <limits.dll>
}
#endif

#ifdef __MAKECINT__
#include <prec_stl/limits>
#else
namespace std {
#include <limits>
}
#endif
