mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
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…
x
Reference in New Issue
Block a user