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

#ifdef __MAKECINT__
#include <prec_stl/functional>
#else
#include <function.h>
#endif
