mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-22 22:21:39 +02:00
15 lines
326 B
Diff
15 lines
326 B
Diff
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: Fix compilation with GCC 13
|
|
----
|
|
|
|
--- a/google/cloud/internal/openssl_util.h
|
|
+++ b/google/cloud/internal/openssl_util.h
|
|
@@ -19,6 +19,7 @@
|
|
#include "google/cloud/version.h"
|
|
#include <string>
|
|
#include <vector>
|
|
+#include <cstdint>
|
|
|
|
namespace google {
|
|
namespace cloud {
|