
#ifndef G__MEMORY_DLL
#pragma include_noerr <memory.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/memory>
#else
#include <_memory.h>
#endif
