#ifndef FOO_HPP #define FOO_HPP #include void print_foo(std::string); #endif