From f1c6ebc19fbd33cf78733f8f66a0eff25dfe56c4 Mon Sep 17 00:00:00 2001 From: lm Date: Mon, 29 Nov 2010 12:20:54 +0100 Subject: [PATCH] Fixed mac header inclusion --- src/ui/map3D/Q3DWidget.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/map3D/Q3DWidget.cc b/src/ui/map3D/Q3DWidget.cc index 0e08d85..2130045 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)