mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-14 21:32:27 +00:00
Attempt to fix build error with older Qt headers
This commit is contained in:
parent
216f274a92
commit
f72888ce6f
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#include <QString>
|
||||
|
||||
// HACK: Include before vaapi.h to prevent conflicts with Xlib.h
|
||||
#include <QTextStream>
|
||||
|
||||
#include "vaapi.h"
|
||||
#include "utils.h"
|
||||
#include <streaming/streamutils.h>
|
||||
|
|
Loading…
Reference in a new issue