2023-09-03 11:11:44 +00:00

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 {