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