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/moshortcut.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/moshortcut.h') diff --git a/src/moshortcut.h b/src/moshortcut.h index a693b6df..a6cf7fb5 100644 --- a/src/moshortcut.h +++ b/src/moshortcut.h @@ -2,8 +2,7 @@ #define MODORGANIZER_MOSHORTCUT_INCLUDED #include - -class Instance; +#include "instancemanager.h" class MOShortcut { -- cgit v1.3.1