1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Add missing #pragma once

This commit is contained in:
John Ericson 2025-09-17 15:21:08 -04:00
parent 187520ce88
commit 613de9d9cc

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "nix/util/source-path.hh"
#include "nix/util/fs-sink.hh"
#include "nix/util/variant-wrapper.hh"