mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 14:40:56 +00:00
Try moving session.h prior to vaapi.h
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
// HACK: Include before vaapi.h to prevent conflicts with Xlib.h
|
// HACK: Include before vaapi.h to prevent conflicts with Xlib.h
|
||||||
#include <QTextStream>
|
#include <streaming/session.h>
|
||||||
|
|
||||||
#include "vaapi.h"
|
#include "vaapi.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include <streaming/streamutils.h>
|
#include <streaming/streamutils.h>
|
||||||
#include <streaming/session.h>
|
|
||||||
|
|
||||||
#include <SDL_syswm.h>
|
#include <SDL_syswm.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user