We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a274e8 commit 86d7bf2Copy full SHA for 86d7bf2
google/cloud/internal/http_header.h
@@ -16,13 +16,13 @@
16
#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_HTTP_HEADER_H
17
18
#include "google/cloud/version.h"
19
-#if defined(_WIN64) || defined(__LP64__) || defined(__x86_64__) || \
20
- defined(__ppc64__)
+#if UINTPTR_MAX == UINT64_MAX
21
#include "absl/container/flat_hash_map.h"
22
#else
23
#include <unordered_map>
24
#endif
25
#include "absl/strings/ascii.h"
+#include <cstdint>
26
#include <string>
27
#include <vector>
28
0 commit comments