/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (cint@pcroot.cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/
// 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

