mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +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
|
||||
#define hifi_MetavoxelSystem_h
|
||||
|
||||
// include this before QOpenGLTexture, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QOpenGLBuffer>
|
||||
#include <QOpenGLTexture>
|
||||
|
|
Loading…
Reference in a new issue