mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Add #pragma once to dummy-store.hh
We should have a lint for this. In later (yet to be merged at this time) commits, this started causing problems that only the sanitzer caught.
This commit is contained in:
parent
a01d52e57b
commit
582d3ee611
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#pragma once
|
||||
///@file
|
||||
|
||||
#include "nix/store/store-api.hh"
|
||||
|
||||
namespace nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue