/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (root-cint@cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/

#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
