Merge pull request #1683 from proatgram:fix-clang15-gcc13-headers

PiperOrigin-RevId: 532819469
This commit is contained in:
Copybara-Service
2023-05-17 09:53:20 -07:00
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@
#ifndef THIRD_PARTY_NEARBY_INTERNAL_CRYPTO_NEARBY_BASE_H_
#define THIRD_PARTY_NEARBY_INTERNAL_CRYPTO_NEARBY_BASE_H_
#include <cstdint>
#include <cstddef>
#include <limits>
#include <string>
+1
View File
@@ -21,6 +21,7 @@
#include <stddef.h>
#include <cstdint>
#include <string>
#include "absl/types/span.h"
+1
View File
@@ -17,6 +17,7 @@
#include <stddef.h>
#include <cstdint>
#include <array>
#include <string>