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/moshortcut.h | |
| parent | 5a41b73e41de82cc0f048d07e1f870a38fceabf7 (diff) | |
C++20 fixes
Diffstat (limited to 'src/moshortcut.h')
| -rw-r--r-- | src/moshortcut.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <QString> - -class Instance; +#include "instancemanager.h" class MOShortcut { |
