/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (cint@pcroot.cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/
#ifndef G__BITSET_DLL
#pragma include_noerr <bitset.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/bitset>
#else
//#include <_bitset.h>
#endif
