#pragma once #include namespace cellar { namespace paths { extern std::string translate(std::string in_path, bool lazy = false); } }