fix build
[gltest.git] / eglbackend.h
index acd8b677bddd2ad53b0c2e2e18afc17aaa361e76..918f6f903c50aabae47efd8e661d0b6df3dc4625 100644 (file)
@@ -19,6 +19,7 @@
 #include "glwindow.h"
 
 #include <EGL/egl.h>
+#include <string>
 
 
 /** Make an X window fit for GL. You have to manage the X window yourself! */
@@ -45,4 +46,6 @@ private:
        EGLConfig  config;
        EGLSurface surface;
        EGLContext context;
+       
+       bool haveEGLExtension(const std::string &name);
 };