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:
parent
dc7ea16705
commit
b756dc40bb
|
@ -36,8 +36,7 @@
|
||||||
#include "VideoCommon/VideoConfig.h"
|
#include "VideoCommon/VideoConfig.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <WinUser.h>
|
#include <Windows.h>
|
||||||
#include <windef.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
RenderWidget::RenderWidget(QWidget* parent) : QWidget(parent)
|
RenderWidget::RenderWidget(QWidget* parent) : QWidget(parent)
|
||||||
|
|
Loading…
Reference in New Issue