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