aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/stackwalker.h
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-03-03 15:36:35 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-03-03 15:36:35 +0000
commit5431f41508a984118dd8db41d70fe3c51142b922 (patch)
tree5efe10fc4c6d0607856d8750a91c8d20f580ab2b /src/google_breakpad/processor/stackwalker.h
parentFix to cache NOT_FOUND results from symbol supplier on a per-minidump basis (diff)
downloadbreakpad-5431f41508a984118dd8db41d70fe3c51142b922.tar.xz
add missing <string> include from r541
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@544 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/google_breakpad/processor/stackwalker.h')
-rw-r--r--src/google_breakpad/processor/stackwalker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google_breakpad/processor/stackwalker.h b/src/google_breakpad/processor/stackwalker.h
index 72da76b0..3abcee75 100644
--- a/src/google_breakpad/processor/stackwalker.h
+++ b/src/google_breakpad/processor/stackwalker.h
@@ -42,6 +42,7 @@
#define GOOGLE_BREAKPAD_PROCESSOR_STACKWALKER_H__
#include <set>
+#include <string>
#include "google_breakpad/common/breakpad_types.h"
namespace google_breakpad {