Commit edf14d9b authored by Bryant Mairs's avatar Bryant Mairs

Qt5 doesn't declare as many GL functions as it used to, need to include system library headers now.

parent 144feb44
......@@ -30,6 +30,7 @@ This file is part of the QGROUNDCONTROL project
#include "CameraView.h"
#include <QDebug>
#include <gl/gl.h>
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