mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
15 lines
367 B
Diff
15 lines
367 B
Diff
diff --git a/QGLViewer/config.h b/QGLViewer/config.h
|
|
index 25f0e95ef4..010c54168f 100644
|
|
--- a/QGLViewer/config.h
|
|
+++ b/QGLViewer/config.h
|
|
@@ -53,6 +53,9 @@ Error : libQGLViewer requires a minimum Qt version of 5.4 Error
|
|
#ifdef Q_OS_MAC
|
|
# include <OpenGL/glu.h>
|
|
#else
|
|
+#if defined(Q_OS_WIN)
|
|
+# include <QtCore/qt_windows.h>
|
|
+#endif
|
|
# include <GL/glu.h>
|
|
#endif
|
|
|