#ifndef B_HPP #define B_HPP #include "Base.hpp" class B: public Base { }; #endif