/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (root-cint@cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/
#ifdef __MAKECINT__
#include <prec_stl/limits>
#else
namespace std {
#include <limits.h>
}
#endif
