From 90ce73823a058ee3ed4d60855d1f335b9c14e95f Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Thu, 31 Jul 2014 11:03:50 -0700 Subject: [PATCH] Attempting to fix the Linux build error. --- interface/src/MetavoxelSystem.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/src/MetavoxelSystem.h b/interface/src/MetavoxelSystem.h index 725ef9ca71..2258be6e87 100644 --- a/interface/src/MetavoxelSystem.h +++ b/interface/src/MetavoxelSystem.h @@ -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 #include #include