Fix Linux build
This commit is contained in:
parent
3689c7f982
commit
8048938158
1 changed files with 4 additions and 1 deletions
|
|
@ -1,11 +1,14 @@
|
|||
#include <Limelight.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_syswm.h>
|
||||
#include "streaming/session.h"
|
||||
#include "settings/mappingmanager.h"
|
||||
#include "path.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
#include <SDL_syswm.h>
|
||||
#endif
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QDir>
|
||||
#include <QGuiApplication>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue