From da2f51ee6e6d808891a1370bfd2b6c54769e8caa Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 25 Feb 2019 22:51:39 -0800 Subject: [PATCH] fixed missing include for gcc compiling --- project/sourcescommon.cpp | 2 +- project/sourcescommon.h | 2 -- ui/menuhelper.h | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/project/sourcescommon.cpp b/project/sourcescommon.cpp index 9e1504a2e..c2e12bf85 100644 --- a/project/sourcescommon.cpp +++ b/project/sourcescommon.cpp @@ -20,6 +20,7 @@ #include "sourcescommon.h" +#include "ui/menuhelper.h" #include "panels/panels.h" #include "project/media.h" #include "project/undo.h" @@ -33,7 +34,6 @@ #include "io/config.h" #include "dialogs/proxydialog.h" #include "ui/viewerwidget.h" -#include "ui/menuhelper.h" #include "io/proxygenerator.h" #include "mainwindow.h" diff --git a/project/sourcescommon.h b/project/sourcescommon.h index 261210065..191b43fbb 100644 --- a/project/sourcescommon.h +++ b/project/sourcescommon.h @@ -33,8 +33,6 @@ class Media; class QAbstractItemView; class QDropEvent; -struct Footage; - class SourcesCommon : public QObject { Q_OBJECT public: diff --git a/ui/menuhelper.h b/ui/menuhelper.h index 4d7c1cf8b..9fdf42aa8 100644 --- a/ui/menuhelper.h +++ b/ui/menuhelper.h @@ -23,6 +23,7 @@ #include #include +#include class MenuHelper : public QObject { Q_OBJECT