pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

0ad: Add missing header file for std::byte.



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Dec 15 16:53:34 2021 +0100
Changeset:	cc0f6ed4cdb6684c9c27b31804573d537782b3a2

Added Files:
	0ad/patches/patch-source_network_StunClient.cpp

Log Message:
0ad: Add missing header file for std::byte.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc0f6ed4cdb6684c9c27b31804573d537782b3a2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 0ad/patches/patch-source_network_StunClient.cpp | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diffs:
diff --git a/0ad/patches/patch-source_network_StunClient.cpp b/0ad/patches/patch-source_network_StunClient.cpp
new file mode 100644
index 0000000000..9e6200f7ae
--- /dev/null
+++ b/0ad/patches/patch-source_network_StunClient.cpp
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Add header file for std::byte.
+
+--- source/network/StunClient.cpp.orig	2021-07-27 21:57:02.000000000 +0000
++++ source/network/StunClient.cpp
+@@ -28,6 +28,7 @@
+ #include "lib/external_libraries/enet.h"
+ 
+ #include <chrono>
++#include <cstddef>
+ #include <vector>
+ #include <thread>
+ 


Home | Main Index | Thread Index | Old Index