diff options
Diffstat (limited to 'nihil.util/tabulate.ccm')
| -rw-r--r-- | nihil.util/tabulate.ccm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nihil.util/tabulate.ccm b/nihil.util/tabulate.ccm index 8f5c22e..762e2a3 100644 --- a/nihil.util/tabulate.ccm +++ b/nihil.util/tabulate.ccm @@ -2,8 +2,9 @@ export module nihil.util:tabulate; import nihil.std; -import nihil.error; + import :ctype; +import :error; namespace nihil { |
