From 93c130c8c247a956b8bc40259bd9843cb84ddc23 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 24 Jun 2014 22:42:21 -0700 Subject: [PATCH] QDesktopWidget include now required for MainWindow.cc --- src/ui/MainWindow.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index 33dc092..d38db5f 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -71,6 +71,7 @@ This file is part of the QGROUNDCONTROL project #include "SerialSettingsDialog.h" #include "terminalconsole.h" #include "menuactionhelper.h" +#include // Add support for the MAVLink generator UI if it's been requested. #ifdef QGC_MAVGEN_ENABLED