Attempting to fix the Linux build error.

This commit is contained in:
Andrzej Kapolka 2014-07-31 11:03:50 -07:00
parent f2a72aa5a9
commit 90ce73823a

View file

@ -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>