mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Merge pull request #4726 from ligfx/addingwindowsheaders
Fix building without PCH on Windows
This commit is contained in:
@ -6,10 +6,8 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
// clang-format off
|
||||
#include <Windows.h>
|
||||
#include <SetupAPI.h>
|
||||
// clang-format on
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <XInput.h>
|
||||
#include <windows.h>
|
||||
#include <XInput.h>
|
||||
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
|
||||
|
Reference in New Issue
Block a user