summaryrefslogtreecommitdiffstats
path: root/src/dyndep_parser_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dyndep_parser_test.cc')
-rw-r--r--src/dyndep_parser_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dyndep_parser_test.cc b/src/dyndep_parser_test.cc
index 39ec657..1bba7ba 100644
--- a/src/dyndep_parser_test.cc
+++ b/src/dyndep_parser_test.cc
@@ -22,6 +22,8 @@
#include "state.h"
#include "test.h"
+using namespace std;
+
struct DyndepParserTest : public testing::Test {
void AssertParse(const char* input) {
DyndepParser parser(&state_, &fs_, &dyndep_file_);