opnsense-ports/sysutils/osquery/files/patch-third-party_glog_src_googletest.h
Franco Fichtner 4aa2250de0 */*: sync with upstream
Taken from: FreeBSD
2015-05-11 09:42:29 +02:00

13 lines
306 B
C++

--- third-party/glog/src/googletest.h.orig 2015-04-16 17:06:51 UTC
+++ third-party/glog/src/googletest.h
@@ -58,6 +58,10 @@
#include "base/commandlineflags.h"
+#ifdef HAVE_LIB_GFLAGS
+#include <gflags/gflags.h>
+using namespace gflags;
+#endif
using std::map;
using std::string;
using std::vector;