From a2d7181700ac64b8e7a4472ec26dfa253b38f188 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sat, 28 Jun 2025 19:25:55 +0100 Subject: split nihil into separate modules --- nihil.ucl/string.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.ucl/string.cc') diff --git a/nihil.ucl/string.cc b/nihil.ucl/string.cc index 0fc9808..67e97f4 100644 --- a/nihil.ucl/string.cc +++ b/nihil.ucl/string.cc @@ -14,7 +14,7 @@ module; module nihil.ucl; -import nihil; +import nihil.error; namespace nihil::ucl { -- cgit v1.2.3