#ifndef FOO_H #define FOO_H class Foo { public: Foo(); private: int a; }; #endif