1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge pull request #13416 from xokdvium/pragma-once-missing

libfetchers: Add missing include guard to git-lfs-fetch.hh
This commit is contained in:
Robert Hensing 2025-07-02 11:52:03 +02:00 committed by GitHub
commit 4bf23d242d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "nix/util/canon-path.hh"
#include "nix/util/serialise.hh"
#include "nix/util/url.hh"