#ifndef GCCXML_BITSET
#define GCCXML_BITSET

#include "gccxml_bitset"

// 23.3.5
namespace std
{
  using ::bitset;
  using ::operator&;
  using ::operator|;
  using ::operator^;
  using ::operator>>;
  using ::operator<<;
}

#endif
