aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf_cfi_to_module_unittest.cc
diff options
context:
space:
mode:
authorjessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-10-17 19:08:31 +0000
committerjessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-10-17 19:08:31 +0000
commitbf407c0c77367b91d4982b4c994e06427223d685 (patch)
tree8d833a2fdea9e1a7fffca4b12722343a5046ea4a /src/common/dwarf_cfi_to_module_unittest.cc
parent Use frame pointer to walk ARM stack on iOS. (diff)
downloadbreakpad-bf407c0c77367b91d4982b4c994e06427223d685.tar.xz
Add includes for unittests that appear to need them.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@870 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/dwarf_cfi_to_module_unittest.cc')
-rw-r--r--src/common/dwarf_cfi_to_module_unittest.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/dwarf_cfi_to_module_unittest.cc b/src/common/dwarf_cfi_to_module_unittest.cc
index 9477296d..3d129490 100644
--- a/src/common/dwarf_cfi_to_module_unittest.cc
+++ b/src/common/dwarf_cfi_to_module_unittest.cc
@@ -31,9 +31,15 @@
// dwarf_cfi_to_module_unittest.cc: Tests for google_breakpad::DwarfCFIToModule.
+#include <string>
+#include <vector>
+
#include "breakpad_googletest_includes.h"
#include "common/dwarf_cfi_to_module.h"
+using std::string;
+using std::vector;
+
using google_breakpad::Module;
using google_breakpad::DwarfCFIToModule;
using testing::ContainerEq;