mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Include "InterfaceConfig" before QOpenGLFramebufferObject to fix Windows
build.
This commit is contained in:
parent
d4706bba8a
commit
ccd7106527
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue