From 7741a9698d29f79aca3e47495dcdf87c7a712f42 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sat, 28 Jun 2025 20:42:54 +0100 Subject: fix build errors --- nihil.posix/posix.tempfile.cc | 1 + nihil.posix/test.getenv.cc | 1 + nihil.util/test_parse_size.cc | 1 + 3 files changed, 3 insertions(+) diff --git a/nihil.posix/posix.tempfile.cc b/nihil.posix/posix.tempfile.cc index 942594c..801aa5e 100644 --- a/nihil.posix/posix.tempfile.cc +++ b/nihil.posix/posix.tempfile.cc @@ -16,6 +16,7 @@ module; module nihil.posix; +import nihil.flagset; import :getenv; import :open; diff --git a/nihil.posix/test.getenv.cc b/nihil.posix/test.getenv.cc index fdb5277..9e10c16 100644 --- a/nihil.posix/test.getenv.cc +++ b/nihil.posix/test.getenv.cc @@ -10,6 +10,7 @@ #include +import nihil.error; import nihil.posix; TEST_CASE("getenv: existing value", "[getenv]") diff --git a/nihil.util/test_parse_size.cc b/nihil.util/test_parse_size.cc index 4f4d018..692039b 100644 --- a/nihil.util/test_parse_size.cc +++ b/nihil.util/test_parse_size.cc @@ -8,6 +8,7 @@ #include import nihil.core; +import nihil.error; import nihil.util; TEST_CASE("parse_size: empty value", "[nihil]") -- cgit v1.2.3