Commit 42a4ef8c authored by Bryant Mairs's avatar Bryant Mairs

To include OpenGL primitives, we include the QtOpenGL header instead, which...

To include OpenGL primitives, we include the QtOpenGL header instead, which has all the platform-specific includes taken care of for us.
parent ecb81d09
......@@ -30,7 +30,7 @@ This file is part of the QGROUNDCONTROL project
#include "CameraView.h"
#include <QDebug>
#include <gl/gl.h>
#include <QtOpenGL>
CameraView::CameraView(int width, int height, int depth, int channels, QWidget* parent) : QGLWidget(parent)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment