// exception

#ifndef G__EXCEPTION_DLL
#pragma include_noerr <exception.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/exception>
#else
#ifndef G__EXCEPTION_DLL
#include <_exception.h>
#endif
#endif

