#ifndef _OLDCLASS_H__ #define _OLDCLASS_H__ #include class oldClass { public: void oldadd(int x); std::vector olddata; }; #endif