Browse Source

To include OpenGL primitives, we include the QtOpenGL header instead, which has all the platform-specific includes taken care of for us.

QGC4.4
Bryant Mairs 11 years ago
parent
commit
42a4ef8cb4
  1. 2
      src/ui/CameraView.cc

2
src/ui/CameraView.cc

@ -30,7 +30,7 @@ This file is part of the QGROUNDCONTROL project @@ -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)
{

Loading…
Cancel
Save