From 42a4ef8cb4c83e4c3401874d10d82c30403eccd3 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 8 Jul 2014 22:55:01 -0700 Subject: [PATCH] To include OpenGL primitives, we include the QtOpenGL header instead, which has all the platform-specific includes taken care of for us. --- src/ui/CameraView.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/CameraView.cc b/src/ui/CameraView.cc index 144e9b6a2..635770a19 100644 --- a/src/ui/CameraView.cc +++ b/src/ui/CameraView.cc @@ -30,7 +30,7 @@ This file is part of the QGROUNDCONTROL project #include "CameraView.h" #include -#include +#include CameraView::CameraView(int width, int height, int depth, int channels, QWidget* parent) : QGLWidget(parent) { -- 2.22.0