/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (cint@pcroot.cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/
#if !defined(G__VECTOR_DLL) && !defined(G__NOCINTDLL)
#pragma include_noerr <vector.dll>
#pragma include_noerr <vectorbool.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/vector>
#else
#include <_vector.h>
#endif
