diff options
author | thestig@chromium.org <thestig@chromium.org> | 2014-09-24 18:44:29 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org> | 2014-09-24 18:44:29 +0000 |
commit | df3257f5cb22a61b8779eb41785d5785f8fb80f4 (patch) | |
tree | be298c0fe465bff5e378b98dddba09140e04f2a4 | |
parent | Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m... (diff) | |
download | breakpad-df3257f5cb22a61b8779eb41785d5785f8fb80f4.tar.xz |
IWYU in minidump_writer.cc to fix building with libc++ after r1385.
R=ivanpe@chromium.org
Review URL: https://breakpad.appspot.com/6744002
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1386 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rw-r--r-- | src/client/linux/minidump_writer/minidump_writer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/linux/minidump_writer/minidump_writer.cc b/src/client/linux/minidump_writer/minidump_writer.cc index 86cec55b..41b4864b 100644 --- a/src/client/linux/minidump_writer/minidump_writer.cc +++ b/src/client/linux/minidump_writer/minidump_writer.cc @@ -59,6 +59,7 @@ #include <sys/ucontext.h> #include <sys/user.h> #include <sys/utsname.h> +#include <time.h> #include <unistd.h> #include <algorithm> |