Commit e5fe1e50 authored by Don Gagne's avatar Don Gagne

Add missing include

parent ec2221e2
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include "QGCFileDialog.h" #include "QGCFileDialog.h"
#include "QGCApplication.h" #include "QGCApplication.h"
#include <QRegularExpression>
#include "MainWindow.h" #include "MainWindow.h"
#ifdef QT_DEBUG #ifdef QT_DEBUG
#ifndef __mobile__ #ifndef __mobile__
...@@ -31,6 +30,9 @@ ...@@ -31,6 +30,9 @@
#endif #endif
#endif #endif
#include <QRegularExpression>
#include <QMessageBox>
QString QGCFileDialog::getExistingDirectory( QString QGCFileDialog::getExistingDirectory(
QWidget* parent, QWidget* parent,
const QString& caption, const QString& caption,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment