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

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