diff options
| -rw-r--r-- | nihil.posix/posix.tempfile.cc | 1 | ||||
| -rw-r--r-- | nihil.posix/test.getenv.cc | 1 | ||||
| -rw-r--r-- | nihil.util/test_parse_size.cc | 1 |
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]") |
