diff options
author | Abseil Team <absl-team@google.com> | 2018-05-07T18·12-0700 |
---|---|---|
committer | John Olson <jolson@google.com> | 2018-05-07T18·24-0400 |
commit | bd5a2bba8f4238db2e06c99ac808fc8327dec2a0 (patch) | |
tree | b377f054aba0e7757bd15b3bb44b189cc3a21132 /absl/debugging/internal | |
parent | 26b789f9a53d086c8b8c9c2668efb251e37861cd (diff) |
- 45690246da1e36acde86c941b68aad2248b16ea7 Import of CCTZ from Github. by Abseil Team <absl-team@google.com>
- ff3cf0774f9903fb62f7012af24c0901286a1b80 Fix -Wunreachable-code-return warning (from clang 6.0) in by Derek Mauro <dmauro@google.com> - b41ca35e56f6137cf6672d16613a7edfd6107e27 Include port.h to drag in platform-specific configurations. by Abseil Team <absl-team@google.com> - 5d50b728937d245caedaa2208a97d52f55040134 Set the default symbolizer for Mutex deadlock detector re... by Derek Mauro <dmauro@google.com> GitOrigin-RevId: 45690246da1e36acde86c941b68aad2248b16ea7 Change-Id: I2c6a87e9090657ff3fb456f3409bfdc24b8b765a
Diffstat (limited to 'absl/debugging/internal')
-rw-r--r-- | absl/debugging/internal/symbolize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/debugging/internal/symbolize.h b/absl/debugging/internal/symbolize.h index 7ae13839b7c3..8d926fec48aa 100644 --- a/absl/debugging/internal/symbolize.h +++ b/absl/debugging/internal/symbolize.h @@ -20,6 +20,7 @@ #include <cstddef> #include <cstdint> +#include "absl/base/port.h" // Needed for string vs std::string #ifdef ABSL_INTERNAL_HAVE_ELF_SYMBOLIZE #error ABSL_INTERNAL_HAVE_ELF_SYMBOLIZE cannot be directly set |