1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

Add missing #pragma once

This commit is contained in:
Eelco Dolstra 2020-10-06 10:18:44 +02:00
parent 88a667e49e
commit d0bb544128
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#pragma once
#include "error.hh"
namespace nix {