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/boolean.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.ucl/boolean.cc') diff --git a/nihil.ucl/boolean.cc b/nihil.ucl/boolean.cc index 2a643b9..91f2b17 100644 --- a/nihil.ucl/boolean.cc +++ b/nihil.ucl/boolean.cc @@ -13,7 +13,7 @@ module; module nihil.ucl; -import nihil; +import nihil.error; namespace nihil::ucl { -- cgit v1.2.3