mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-08 15:20:45 +01:00
Merge pull request #10303 from RA-Kooi/RenderWidgetFix
RenderWidget: Add include to Windows.h
This commit is contained in:
commit
85d2ea0dd2
@ -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…
Reference in New Issue
Block a user