Index: client/deps/glbench/src/main.h |
diff --git a/client/deps/glbench/src/main.h b/client/deps/glbench/src/main.h |
index ffa73a3899150fd6b44c097f1723354010022dc1..42d0ed8f96243960e8233e2544d912b6eb0f1bf6 100644 |
--- a/client/deps/glbench/src/main.h |
+++ b/client/deps/glbench/src/main.h |
@@ -5,6 +5,7 @@ |
#ifndef BENCH_GL_MAIN_H_ |
#define BENCH_GL_MAIN_H_ |
+#include <gflags/gflags.h> |
#include <sys/time.h> |
#ifdef USE_GLES |
@@ -52,7 +53,7 @@ inline uint64_t GetUTime() { |
extern GLint g_width; |
extern GLint g_height; |
-extern bool g_override_redirect; |
+DECLARE_bool(override_redirect); |
bool Init(); |
bool InitContext(); |