diff --git a/port/stack_trace.cc b/port/stack_trace.cc index 76866e63c..e00d6c3b2 100644 --- a/port/stack_trace.cc +++ b/port/stack_trace.cc @@ -20,7 +20,9 @@ void PrintStack(int first_frames_to_skip) {} #include #include #include -#include +// It's odd that including this breaks in GCC 7 but the build doesn't break +// if I remove it even under GCC 4.8. +// #include #include #include #include