diff options
Diffstat (limited to 'base/debug/stack_trace.h')
-rw-r--r-- | base/debug/stack_trace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h index d35468f..07e119a 100644 --- a/base/debug/stack_trace.h +++ b/base/debug/stack_trace.h @@ -5,6 +5,8 @@ #ifndef BASE_DEBUG_STACK_TRACE_H_ #define BASE_DEBUG_STACK_TRACE_H_ +#include <stddef.h> + #include <iosfwd> #include <string> |