diff options
Diffstat (limited to 'nihil.config/read.cc')
| -rw-r--r-- | nihil.config/read.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nihil.config/read.cc b/nihil.config/read.cc index e7def91..48484fb 100644 --- a/nihil.config/read.cc +++ b/nihil.config/read.cc @@ -13,7 +13,9 @@ module; module nihil.config; -import nihil; +import nihil.error; +import nihil.monad; +import nihil.posix; import nihil.ucl; namespace nihil::config { |
