mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +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 <CoreFoundation/CoreFoundation.h>
|
||||||
#include <ApplicationServices/ApplicationServices.h>
|
#include <ApplicationServices/ApplicationServices.h>
|
||||||
#include <QSysInfo>
|
#include <QSysInfo>
|
||||||
|
|
||||||
|
#include <OpenGL/OpenGL.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace platform;
|
using namespace platform;
|
||||||
|
@ -39,7 +41,6 @@ void MACOSInstance::enumerateCpus() {
|
||||||
_cpus.push_back(cpu);
|
_cpus.push_back(cpu);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <OpenGL/OpenGL.h>
|
|
||||||
|
|
||||||
void MACOSInstance::enumerateGpus() {
|
void MACOSInstance::enumerateGpus() {
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
|
|
Loading…
Reference in a new issue