aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorTom Hubrecht <github@mail.hubrecht.ovh>2024-05-28 16:01:11 +0200
committerTom Hubrecht <github@mail.hubrecht.ovh>2024-05-29 11:41:16 +0200
commit8b6d2d39155e88250c576571a1251769b926ee83 (patch)
tree3b9c895f87c63b879be7086cdde2773a9fe28470 /src/nix
parentf79ee66646f66e5117583bcf9a579b7f538ca8bb (diff)
util.{hh,cc}: Split out namespaces.{hh,cc}
Change-Id: I8fd3f3b50c15ede29d489066b4e8d99c2c4636a6
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/main.cc b/src/nix/main.cc
index 0f98861d5..5d92cfd76 100644
--- a/src/nix/main.cc
+++ b/src/nix/main.cc
@@ -8,6 +8,7 @@
#include "eval-settings.hh"
#include "globals.hh"
#include "legacy.hh"
+#include "namespaces.hh"
#include "shared.hh"
#include "store-api.hh"
#include "filetransfer.hh"