1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-26 04:33:06 +01:00

Add missing includes

This commit is contained in:
kelteseth 2018-03-07 19:20:25 +01:00
parent 5295518fbd
commit d68a48f895
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "projectsettingslistmodel.h"
#include "sdkconnector.h"
#include "steam/steam_api.h"
#include "qt_windows.h"
/*!
\class Settings

View File

@ -4,6 +4,7 @@
#include "steam/steam_api.h"
#include "steamworkshoplistmodel.h"
#include <QByteArray>
#include <QQmlEngine>
#include <QDateTime>
#include <QDebug>
#include <QDir>