Index: /trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
===================================================================
--- /trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp	(revision 86856)
+++ /trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp	(revision 86857)
@@ -34,24 +34,28 @@
 #include <string.h>
 
-#define VBOXGLTEST_WITH_LOGGING
-
-#ifdef VBOXGLTEST_WITH_LOGGING
-#include "package-generated.h"
-
-#include <iprt/log.h>
-#include <iprt/param.h>
-#include <iprt/time.h>
-#include <iprt/system.h>
-#include <iprt/process.h>
-#include <iprt/env.h>
-
-#include <VBox/log.h>
-#include <VBox/version.h>
+#define VBOXGLTEST_WITH_LOGGING /** @todo r=andy Is this intentional? */
+
+#ifdef VBOXGLTEST_WITH_LOGGING
+# include "package-generated.h"
+
+# include <iprt/log.h>
+# include <iprt/param.h>
+# include <iprt/time.h>
+# include <iprt/system.h>
+# include <iprt/process.h>
+# include <iprt/env.h>
+
+# include <VBox/log.h>
+# include <VBox/version.h>
+#endif /* VBOXGLTEST_WITH_LOGGING */
+
+#ifndef RT_OS_WINDOWS
+# include <GL/gl.h> /* For GLubyte and friends. */
 #endif
 
 #ifdef VBOX_WITH_VIDEOHWACCEL
-#include <QGLWidget>
-#include <QApplication>
-#include <VBox/VBoxGL2D.h>
+# include <QGLWidget>
+# include <QApplication>
+# include <VBox/VBoxGL2D.h>
 #endif
 
