#pragma once #include namespace vcpkg { namespace Info { const std::string& version(); const std::string& email(); }}