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

#ifndef G__STDEXCEPT_DLL
#pragma include_noerr <stdexcept.dll>
//#include <exception>
//#include <string>
#endif

#ifdef __MAKECINT__
#include <prec_stl/stdexcept>
#else
#ifndef G__STDEXCEPT_DLL
#include <_stdexcept.h>
#endif

#endif
