Commit 518984e4 by Derek Mauro Committed by Copybara-Service

Fix stacktrace header includes

Fixes #1275

PiperOrigin-RevId: 472990940
Change-Id: I1251b01b09e6a9baac52ae4df443714432115e90
parent f753eb27
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
#include <cassert> #include <cassert>
#include <cstdint> #include <cstdint>
#include <iostream> #include <iostream>
#include <limits>
#include <utility>
#include "absl/base/attributes.h" #include "absl/base/attributes.h"
#include "absl/debugging/stacktrace.h" #include "absl/debugging/stacktrace.h"
......
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
#include "absl/debugging/internal/vdso_support.h" // a no-op on non-elf or non-glibc systems #include "absl/debugging/internal/vdso_support.h" // a no-op on non-elf or non-glibc systems
#include "absl/debugging/stacktrace.h" #include "absl/debugging/stacktrace.h"
#include "absl/base/internal/raw_logging.h"
using absl::debugging_internal::AddressIsReadable; using absl::debugging_internal::AddressIsReadable;
#if defined(__linux__) && defined(__i386__) #if defined(__linux__) && defined(__i386__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment