// 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
