Include "InterfaceConfig" before QOpenGLFramebufferObject to fix Windows

build.
This commit is contained in:
Andrzej Kapolka 2014-04-08 10:54:41 -07:00
parent d4706bba8a
commit ccd7106527

View file

@ -5,6 +5,9 @@
// Created by Andrzej Kapolka on 1/21/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
// include this before QOpenGLFramebufferObject, which includes an earlier version of OpenGL
#include "InterfaceConfig.h"
#include <QComboBox>
#include <QDialogButtonBox>
#include <QDoubleSpinBox>