mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 23:33:26 +02:00
unix compile
This commit is contained in:
parent
3de3540ebe
commit
ca39c79df4
2 changed files with 5 additions and 2 deletions
|
@ -9,6 +9,9 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
// include this before QOpenGLBuffer, which includes an earlier version of OpenGL
|
||||
#include <gpu/GPUConfig.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include <QNetworkReply>
|
||||
|
@ -17,9 +20,8 @@
|
|||
|
||||
#include <SharedUtil.h>
|
||||
|
||||
#include "TextureCache.h"
|
||||
|
||||
#include "GeometryCache.h"
|
||||
#include "TextureCache.h"
|
||||
|
||||
GeometryCache* GeometryCache::getInstance() {
|
||||
static GeometryCache instance;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
//
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include <gpu/GPUConfig.h>
|
||||
|
||||
#include <QEvent>
|
||||
#include <QGLWidget>
|
||||
|
|
Loading…
Reference in a new issue