fix: move iolayer predeclaration to the right namespace

This commit is contained in:
Marcus Holland-Moritz 2025-03-15 23:58:08 +01:00
parent 0cf59df603
commit 14b69032fd

View File

@ -35,10 +35,11 @@
namespace dwarfs { namespace dwarfs {
struct logger_options; struct logger_options;
struct iolayer;
namespace tool { namespace tool {
struct iolayer;
std::string std::string
tool_header(std::string_view tool_name, std::string_view extra_info = ""); tool_header(std::string_view tool_name, std::string_view extra_info = "");