aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/topo-sort.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-10-06 10:18:44 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-10-06 10:40:07 +0200
commitd0bb544128140d51b5a5a17d36eeb9fd13838586 (patch)
treef2242ef25af9bdf17c2b7b43f45576b0351a60cc /src/libutil/topo-sort.hh
parent88a667e49e10af4a9e2daa51badbed63ad19d817 (diff)
Add missing #pragma once
Diffstat (limited to 'src/libutil/topo-sort.hh')
-rw-r--r--src/libutil/topo-sort.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/topo-sort.hh b/src/libutil/topo-sort.hh
index 7a68ff169..7418be5e0 100644
--- a/src/libutil/topo-sort.hh
+++ b/src/libutil/topo-sort.hh
@@ -1,3 +1,5 @@
+#pragma once
+
#include "error.hh"
namespace nix {