summaryrefslogtreecommitdiffstats
path: root/base/debug/stack_trace_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/stack_trace_posix.cc')
-rw-r--r--base/debug/stack_trace_posix.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/debug/stack_trace_posix.cc b/base/debug/stack_trace_posix.cc
index 35cbb4e..0551784 100644
--- a/base/debug/stack_trace_posix.cc
+++ b/base/debug/stack_trace_posix.cc
@@ -21,6 +21,8 @@
#include <string>
#include <vector>
+#include "base/memory/free_deleter.h"
+
#if defined(__GLIBCXX__)
#include <cxxabi.h>
#endif