mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
8c29b57243
a/cpio-2.14-x86_64-1.txz: Upgraded. a/hwdata-0.370-noarch-1.txz: Upgraded. a/mt-st-1.7-x86_64-1.txz: Upgraded. a/sysvinit-3.07-x86_64-1.txz: Upgraded. a/upower-1.90.0-x86_64-2.txz: Rebuilt. hwdb.d and rules.d belong in /lib/udev, not /usr. Thanks to oneforall. kde/kid3-3.9.3-x86_64-3.txz: Rebuilt. Rebuilt using -DWITH_NO_MANCOMPRESS=ON. Thanks to marav. l/gnu-efi-3.0.17-x86_64-1.txz: Upgraded. l/libiodbc-3.52.16-x86_64-1.txz: Upgraded. l/libusb-compat-0.1.8-x86_64-1.txz: Upgraded. l/opus-1.4-x86_64-1.txz: Upgraded. x/ibus-hangul-1.5.5-x86_64-1.txz: Upgraded.
10 lines
287 B
Diff
10 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 {
|
|
|