summaryrefslogtreecommitdiff
path: root/sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch
blob: 33b6e95d1cea680264c93cfa130773762be2dc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
https://bugs.gentoo.org/890847
--- a/src/cpp-utils/thread/LeftRight.h
+++ b/src/cpp-utils/thread/LeftRight.h
@@ -2,6 +2,7 @@
 #include <functional>
 #include <mutex>
 #include <thread>
+#include <stdexcept>
 #include <cpp-utils/macros.h>
 #include <array>