Skip to content
Permalink
Browse files
Merge pull request #10303 from RA-Kooi/RenderWidgetFix
RenderWidget: Add include to Windows.h
  • Loading branch information
JosJuice committed Jan 1, 2022
2 parents dc7ea16 + b756dc4 commit 85d2ea0
Showing 1 changed file with 1 addition and 2 deletions.
@@ -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)

0 comments on commit 85d2ea0

Please sign in to comment.