From a8bfd10c2e9c7bb9945484dbb23d08e8ede837cf Mon Sep 17 00:00:00 2001 From: moonshadow565 Date: Sun, 28 Aug 2022 17:28:28 +0200 Subject: [PATCH] fix includes for github actions --- src/CSLOLToolsImpl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CSLOLToolsImpl.h b/src/CSLOLToolsImpl.h index ee507503..1c7f52b0 100644 --- a/src/CSLOLToolsImpl.h +++ b/src/CSLOLToolsImpl.h @@ -1,14 +1,18 @@ #ifndef QMODMANAGERWORKER_H #define QMODMANAGERWORKER_H +#include #include #include +#include #include #include #include #include +#include #include #include #include +#include class CSLOLToolsImpl : public QObject { Q_OBJECT