mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
11 lines
287 B
Diff
11 lines
287 B
Diff
|
--- ./src/cpp-utils/thread/LeftRight.h.orig 2021-04-02 12:08:08.000000000 -0500
|
||
|
+++ ./src/cpp-utils/thread/LeftRight.h 2023-05-02 13:45:16.074519135 -0500
|
||
|
@@ -4,6 +4,7 @@
|
||
|
#include <thread>
|
||
|
#include <cpp-utils/macros.h>
|
||
|
#include <array>
|
||
|
+#include <stdexcept>
|
||
|
|
||
|
namespace cpputils {
|
||
|
|