[keel] Fix some completely incomprehensible build break in GCC12...
All checks were successful
Build / build (push) Successful in 1m16s

This commit is contained in:
Gary Talent 2025-04-17 00:32:38 -05:00
parent 56b79f414d
commit f1c2113dd3
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#pragma once #pragma once
#include <ox/claw/claw.hpp> #include <ox/claw/read.hpp>
#include <ox/fs/fs.hpp> #include <ox/fs/fs.hpp>
#include "validation.hpp" #include "validation.hpp"

View File

@ -4,6 +4,7 @@
#pragma once #pragma once
#include <ox/claw/write.hpp>
#include <ox/std/def.hpp> #include <ox/std/def.hpp>
#include <ox/std/error.hpp> #include <ox/std/error.hpp>
#include <ox/std/string.hpp> #include <ox/std/string.hpp>