mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:13:29 +02:00
Attempting to fix the Linux build error.
This commit is contained in:
parent
f2a72aa5a9
commit
90ce73823a
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
#ifndef hifi_MetavoxelSystem_h
|
#ifndef hifi_MetavoxelSystem_h
|
||||||
#define hifi_MetavoxelSystem_h
|
#define hifi_MetavoxelSystem_h
|
||||||
|
|
||||||
|
// include this before QOpenGLTexture, which includes an earlier version of OpenGL
|
||||||
|
#include "InterfaceConfig.h"
|
||||||
|
|
||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QOpenGLBuffer>
|
#include <QOpenGLBuffer>
|
||||||
#include <QOpenGLTexture>
|
#include <QOpenGLTexture>
|
||||||
|
|
Loading…
Reference in a new issue