diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2022-04-17 20:24:06 -0500 |
|---|---|---|
| committer | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2022-04-19 15:17:44 +0200 |
| commit | ab76e5212f058549dd995c47fb36176d9632c4bf (patch) | |
| tree | 14de212466deaa8397693902c70d26be947705bb /src/moapplication.h | |
| parent | 5a41b73e41de82cc0f048d07e1f870a38fceabf7 (diff) | |
C++20 fixes
Diffstat (limited to 'src/moapplication.h')
| -rw-r--r-- | src/moapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moapplication.h b/src/moapplication.h index d10db320..7e8a8c6f 100644 --- a/src/moapplication.h +++ b/src/moapplication.h @@ -22,6 +22,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QApplication>
#include <QFileSystemWatcher>
+#include "env.h"
class Settings;
class MOMultiProcess;
@@ -31,7 +32,6 @@ class OrganizerCore; class NexusInterface;
namespace MOBase { class IPluginGame; }
-namespace env { class ModuleNotification; }
class MOApplication : public QApplication
{
|
