Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
23 lines
616 B
Diff
23 lines
616 B
Diff
From dc06cc3162afb148c19cd0931d8fe489d639217a Mon Sep 17 00:00:00 2001
|
|
From: Uilian Ries <uilianries@gmail.com>
|
|
Date: Tue, 9 Sep 2025 16:48:26 +0200
|
|
Subject: [PATCH] Add missing header for std::runtime_error
|
|
|
|
Signed-off-by: Uilian Ries <uilianries@gmail.com>
|
|
---
|
|
folly/hash/Checksum.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/folly/hash/Checksum.cpp b/folly/hash/Checksum.cpp
|
|
index 1d42d6a6e5f..aeafdb20b1b 100644
|
|
--- a/folly/hash/Checksum.cpp
|
|
+++ b/folly/hash/Checksum.cpp
|
|
@@ -17,6 +17,7 @@
|
|
#include <folly/hash/Checksum.h>
|
|
|
|
#include <algorithm>
|
|
+#include <stdexcept>
|
|
|
|
#include <boost/crc.hpp>
|
|
|