From ab76e5212f058549dd995c47fb36176d9632c4bf Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 17 Apr 2022 20:24:06 -0500 Subject: C++20 fixes --- src/moapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/moapplication.h') 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 . #include #include +#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 { -- cgit v1.3.1