Browse Source

Fixed mac header inclusion

QGC4.4
lm 15 years ago
parent
commit
f1c6ebc19f
  1. 2
      src/ui/map3D/Q3DWidget.cc

2
src/ui/map3D/Q3DWidget.cc

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

Loading…
Cancel
Save