mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 23:32:58 +02:00
macos include fix. On macos with a case sensitive harddrive this include fails.
Change it to the more standard form.
This commit is contained in:
parent
6425c68836
commit
a31c834009
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <gl/Config.h>
|
||||
|
||||
#include <QtCore/QThread.h>
|
||||
#include <QThread>
|
||||
#include <QtWidgets/QMainWindow>
|
||||
#include <QtOpenGL/QGLWidget>
|
||||
#include <GLMHelpers.h>
|
||||
|
|
Loading…
Reference in a new issue