#ifndef G__STACK_DLL
#pragma include_noerr <stack.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/stack>
#else
#include <_stack.h>
#endif

