RenderWidget: Add include to Windows.h

Fixes errors when building with CMake. PCH support is currently broken,
however the code shouldn't have a hard dependency on PCH anyway.
This commit is contained in:
Rafaël Kooi 2021-12-27 14:19:12 +01:00
parent dc7ea16705
commit b756dc40bb

View file

@ -36,8 +36,7 @@
#include "VideoCommon/VideoConfig.h"
#ifdef _WIN32
#include <WinUser.h>
#include <windef.h>
#include <Windows.h>
#endif
RenderWidget::RenderWidget(QWidget* parent) : QWidget(parent)