Skip to content

Commit

Permalink
fix includes for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshadow565 committed Aug 28, 2022
1 parent 5728061 commit a8bfd10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CSLOLToolsImpl.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
#ifndef QMODMANAGERWORKER_H
#define QMODMANAGERWORKER_H
#include <QByteArray>
#include <QFile>
#include <QJsonArray>
#include <QJsonDocument>
#include <QJsonObject>
#include <QLockFile>
#include <QMap>
#include <QNetworkAccessManager>
#include <QNetworkRequest>
#include <QObject>
#include <QProcess>
#include <QString>
#include <vector>

class CSLOLToolsImpl : public QObject {
Q_OBJECT
Expand Down

0 comments on commit a8bfd10

Please sign in to comment.