mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 22:32:57 +02:00
Moving mac specific include at the correct place
This commit is contained in:
parent
2c412808e7
commit
a1968bd9d0
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,8 @@
|
|||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#include <QSysInfo>
|
||||
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#endif
|
||||
|
||||
using namespace platform;
|
||||
|
@ -39,7 +41,6 @@ void MACOSInstance::enumerateCpus() {
|
|||
_cpus.push_back(cpu);
|
||||
}
|
||||
|
||||
#include <OpenGL/OpenGL.h>
|
||||
|
||||
void MACOSInstance::enumerateGpus() {
|
||||
#ifdef Q_OS_MAC
|
||||
|
|
Loading…
Reference in a new issue