summaryrefslogtreecommitdiff
path: root/devel/glog/files/patch-src-googletest.h
blob: 3620cb40d249ad1311496a65a1ee0211cb56b2e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/googletest.h.orig	2015-03-11 04:02:27 UTC
+++ src/googletest.h
@@ -58,6 +58,7 @@
 
 #include "base/commandlineflags.h"
 
+using namespace gflags;
 using std::map;
 using std::string;
 using std::vector;