about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/primops.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libexpr/primops.hh')
-rw-r--r--third_party/nix/src/libexpr/primops.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/src/libexpr/primops.hh b/third_party/nix/src/libexpr/primops.hh
index 60326323b2..8e674509c7 100644
--- a/third_party/nix/src/libexpr/primops.hh
+++ b/third_party/nix/src/libexpr/primops.hh
@@ -1,5 +1,6 @@
 #include <tuple>
 #include <vector>
+
 #include "eval.hh"
 
 namespace nix {