From 91abffc077845595da5b4a76c21f33209bdd617a Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 28 Nov 2014 16:40:00 -0800 Subject: [PATCH] Fix debug includes --- src/QGCMessageBox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/QGCMessageBox.h b/src/QGCMessageBox.h index 54d54d8c3..987171513 100644 --- a/src/QGCMessageBox.h +++ b/src/QGCMessageBox.h @@ -28,7 +28,9 @@ #include "MainWindow.h" #include "QGCApplication.h" +#ifdef QT_DEBUG #include "UnitTest.h" +#endif /// @file /// @brief Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this: -- 2.22.0