From bf407c0c77367b91d4982b4c994e06427223d685 Mon Sep 17 00:00:00 2001 From: "jessicag.feedback@gmail.com" Date: Mon, 17 Oct 2011 19:08:31 +0000 Subject: 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 --- src/common/dwarf/dwarf2diehandler_unittest.cc | 6 ++++++ src/common/dwarf/dwarf2reader_cfi_unittest.cc | 2 ++ 2 files changed, 8 insertions(+) (limited to 'src/common/dwarf') diff --git a/src/common/dwarf/dwarf2diehandler_unittest.cc b/src/common/dwarf/dwarf2diehandler_unittest.cc index 67ccb95f..1e05fd5c 100644 --- a/src/common/dwarf/dwarf2diehandler_unittest.cc +++ b/src/common/dwarf/dwarf2diehandler_unittest.cc @@ -32,10 +32,16 @@ // dwarf2diehander_unittest.cc: Unit tests for google_breakpad::DIEDispatcher. +#include +#include + #include "breakpad_googletest_includes.h" #include "common/dwarf/dwarf2diehandler.h" +using std::make_pair; +using std::string; + using ::testing::_; using ::testing::ContainerEq; using ::testing::ElementsAreArray; diff --git a/src/common/dwarf/dwarf2reader_cfi_unittest.cc b/src/common/dwarf/dwarf2reader_cfi_unittest.cc index 1a2431c7..271d1b6a 100644 --- a/src/common/dwarf/dwarf2reader_cfi_unittest.cc +++ b/src/common/dwarf/dwarf2reader_cfi_unittest.cc @@ -33,6 +33,7 @@ #include +#include #include // The '.eh_frame' format, used by the Linux C++ ABI for exception @@ -75,6 +76,7 @@ using dwarf2reader::ENDIANNESS_LITTLE; using dwarf2reader::ByteReader; using dwarf2reader::CallFrameInfo; +using std::string; using std::vector; using testing::InSequence; using testing::Return; -- cgit v1.2.1