From facc4f120b067af6f94f3125cecc9dafff3e5d57 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 17 Dec 2024 21:34:22 +0100 Subject: [PATCH] refactor: Replace fwd-decl with proper include This is fine, because the span.h include is lightweight and a proper include will be needed anyway when switching to std::span. --- src/script/solver.h | 2 +- src/test/util/net.h | 4 +--- src/util/hasher.h | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/script/solver.h b/src/script/solver.h index 5a7b685a6f..5b945477c9 100644 --- a/src/script/solver.h +++ b/src/script/solver.h @@ -10,6 +10,7 @@ #include #include