#ifndef PATCH_H #define PATCH_H class Patch { public: Patch(); }; #endif // PATCH_H