#ifndef _STACK_TEMPLATE
#define _STACK_TEMPLATE

namespace std {

#include <stack.h>

}


#endif /* _STACK_TEMPLATE */
