Commit e5fe1e50 authored by Don Gagne's avatar Don Gagne

Add missing include

parent ec2221e2
......@@ -23,7 +23,6 @@
#include "QGCFileDialog.h"
#include "QGCApplication.h"
#include <QRegularExpression>
#include "MainWindow.h"
#ifdef QT_DEBUG
#ifndef __mobile__
......@@ -31,6 +30,9 @@
#endif
#endif
#include <QRegularExpression>
#include <QMessageBox>
QString QGCFileDialog::getExistingDirectory(
QWidget* parent,
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