mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +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"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <WinUser.h>
|
||||
#include <windef.h>
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
RenderWidget::RenderWidget(QWidget* parent) : QWidget(parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user