1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

Merge pull request #14100 from obsidiansystems/add-missing-pragma-once

Add `#pragma once` to `dummy-store.hh`
This commit is contained in:
Sergei Zimmerman 2025-09-28 16:41:28 +00:00 committed by GitHub
commit c43ea09b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "nix/store/store-api.hh"
namespace nix {