input-cache.hh: Add missing #pragma once

This commit is contained in:
Eelco Dolstra
2026-02-03 11:51:04 +01:00
parent d5ce1a79ec
commit 39a9a004e2

View File

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