diff --git a/src/ui/map3D/Q3DWidget.cc b/src/ui/map3D/Q3DWidget.cc index 0e08d85ac6d8b32e44b316c2a16b1f3af584d805..21300459923b90d477531cf7545424936d62e799 100644 --- a/src/ui/map3D/Q3DWidget.cc +++ b/src/ui/map3D/Q3DWidget.cc @@ -34,7 +34,9 @@ This file is part of the QGROUNDCONTROL project #include #include #include +#ifdef Q_OS_MACX #include +#endif Q3DWidget::Q3DWidget(QWidget* parent) : QGLWidget(parent)