#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
