Add missing #pragma once

This commit is contained in:
Eelco Dolstra
2020-10-06 10:40:07 +02:00
parent 88a667e49e
commit d0bb544128
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
#pragma once
#include "eval.hh"
#include <tuple>
+2
View File
@@ -1,3 +1,5 @@
#pragma once
#include "serialise.hh"
#include "store-api.hh"
+2
View File
@@ -1,3 +1,5 @@
#pragma once
#include "store-api.hh"
#include <nlohmann/json_fwd.hpp>
+2
View File
@@ -1,3 +1,5 @@
#pragma once
#include "error.hh"
namespace nix {