mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Restore InterfaceConfig.h includes
This commit is contained in:
parent
e3d22ef94b
commit
55c490043f
9 changed files with 24 additions and 3 deletions
|
@ -11,6 +11,9 @@
|
|||
#ifndef hifi_Circle3DOverlay_h
|
||||
#define hifi_Circle3DOverlay_h
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include "Planar3DOverlay.h"
|
||||
|
||||
class Circle3DOverlay : public Planar3DOverlay {
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include "ImageOverlay.h"
|
||||
|
||||
#include <DependencyManager.h>
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef hifi_ImageOverlay_h
|
||||
#define hifi_ImageOverlay_h
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QImage>
|
||||
#include <QRect>
|
||||
#include <QUrl>
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef hifi_Overlay_h
|
||||
#define hifi_Overlay_h
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <SharedUtil.h> // for xColor
|
||||
#include <render/Scene.h>
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef hifi_Overlay2D_h
|
||||
#define hifi_Overlay2D_h
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QRect>
|
||||
|
||||
#include "Overlay.h"
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef hifi_Planar3DOverlay_h
|
||||
#define hifi_Planar3DOverlay_h
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include "Base3DOverlay.h"
|
||||
|
||||
class Planar3DOverlay : public Base3DOverlay {
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef hifi_Text3DOverlay_h
|
||||
#define hifi_Text3DOverlay_h
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "Planar3DOverlay.h"
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef hifi_TextOverlay_h
|
||||
#define hifi_TextOverlay_h
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include <SharedUtil.h>
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef hifi_Volume3DOverlay_h
|
||||
#define hifi_Volume3DOverlay_h
|
||||
|
||||
// include this before QGLWidget, which includes an earlier version of OpenGL
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include "Base3DOverlay.h"
|
||||
|
||||
class Volume3DOverlay : public Base3DOverlay {
|
||||
|
|
Loading…
Reference in a new issue