From 1f3dc558dad5356bfab183b4a6cc6d4c22f50368 Mon Sep 17 00:00:00 2001 From: David Williams Date: Tue, 24 Feb 2015 23:46:35 +0100 Subject: [PATCH] Added missing header. --- examples/common/OpenGLWidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/common/OpenGLWidget.h b/examples/common/OpenGLWidget.h index b89705d7..aef7dd8c 100644 --- a/examples/common/OpenGLWidget.h +++ b/examples/common/OpenGLWidget.h @@ -26,6 +26,7 @@ distribution. #include #include +#include // This is a very basic class for getting an OpenGL example up and running with Qt5. It simply displays // an OpenGL widget and implements an FPS-style camera as well as other very basic functionality. User