#ifndef TEMPLATE_CLASS_1_H #define TEMPLATE_CLASS_1_H #include "StackTemplate.h" #include "ClassTemplate2.h" class CClassTemplate2: public Stack { public: int x; private: }; #endif