aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-28 20:42:54 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-28 20:42:54 +0100
commit7741a9698d29f79aca3e47495dcdf87c7a712f42 (patch)
tree98ba1b2b2cf463b66c9055ad13354fc02047a76a
parentc54ff48ac3abb62a40eb1a438da8e3e7ef139797 (diff)
downloadnihil-7741a9698d29f79aca3e47495dcdf87c7a712f42.tar.gz
nihil-7741a9698d29f79aca3e47495dcdf87c7a712f42.tar.bz2
fix build errors
-rw-r--r--nihil.posix/posix.tempfile.cc1
-rw-r--r--nihil.posix/test.getenv.cc1
-rw-r--r--nihil.util/test_parse_size.cc1
3 files changed, 3 insertions, 0 deletions
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 <catch2/catch_test_macros.hpp>
+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 <catch2/catch_test_macros.hpp>
import nihil.core;
+import nihil.error;
import nihil.util;
TEST_CASE("parse_size: empty value", "[nihil]")