]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/display_private.h
Add support for using the latest available OpenGL version
[libs/gui.git] / source / graphics / display_private.h
index ec772b0870577ef9bd5e45f9f0fe837258ae4ef8..d5f0bf014bdfe9431957c3c5286e147cb5c52cdf 100644 (file)
@@ -2,6 +2,7 @@
 #define MSP_GRAPHICS_DISPLAY_PRIVATE_H_
 
 #include <map>
+#include <vector>
 #include "display.h"
 #include "display_platform.h"
 #include "window_private.h"
@@ -9,7 +10,7 @@
 namespace Msp {
 namespace Graphics {
 
-struct Display::Private
+struct Display::Private: PlatformDisplayPrivate
 {
        DisplayHandle display;
        std::map<WindowHandle, Window *> windows;