Skip to content

Commit 86d7bf2

Browse files
committed
fix header inclusion
1 parent 9a274e8 commit 86d7bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/internal/http_header.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_HTTP_HEADER_H
1717

1818
#include "google/cloud/version.h"
19-
#if defined(_WIN64) || defined(__LP64__) || defined(__x86_64__) || \
20-
defined(__ppc64__)
19+
#if UINTPTR_MAX == UINT64_MAX
2120
#include "absl/container/flat_hash_map.h"
2221
#else
2322
#include <unordered_map>
2423
#endif
2524
#include "absl/strings/ascii.h"
25+
#include <cstdint>
2626
#include <string>
2727
#include <vector>
2828

0 commit comments

Comments
 (0)