mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
10 lines
211 B
C++
10 lines
211 B
C++
--- 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;
|