mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Closes: https://bugs.gentoo.org/937500 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
13 lines
296 B
Diff
13 lines
296 B
Diff
https://bugs.gentoo.org/937500
|
|
https://github.com/machinezone/IXWebSocket/pull/538
|
|
Fix build with GCC 15.
|
|
--- a/third_party/msgpack11/msgpack11.hpp
|
|
+++ b/third_party/msgpack11/msgpack11.hpp
|
|
@@ -1,5 +1,6 @@
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
#include <vector>
|
|
#include <map>
|