Skip to content

Commit

Permalink
Merge pull request #10303 from RA-Kooi/RenderWidgetFix
Browse files Browse the repository at this point in the history
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.
3 changes: 1 addition & 2 deletions Source/Core/DolphinQt/RenderWidget.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 85d2ea0

Please sign in to comment.