Commit f1c6ebc1 authored by lm's avatar lm

Fixed mac header inclusion

parent bf83aba1
......@@ -34,7 +34,9 @@ This file is part of the QGROUNDCONTROL project
#include <osg/Geometry>
#include <osg/LineWidth>
#include <osg/MatrixTransform>
#ifdef Q_OS_MACX
#include <Carbon/Carbon.h>
#endif
Q3DWidget::Q3DWidget(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