
#ifndef G__LIMITS_DLL
namespace std {
#pragma include_noerr <limits.dll>
}
#endif

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