add missing <string> include from r541

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@544 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2010-03-03 15:36:35 +00:00
parent 19374d2636
commit 5431f41508

View file

@ -42,6 +42,7 @@
#define GOOGLE_BREAKPAD_PROCESSOR_STACKWALKER_H__
#include <set>
#include <string>
#include "google_breakpad/common/breakpad_types.h"
namespace google_breakpad {