Merge pull request #4726 from ligfx/addingwindowsheaders

Fix building without PCH on Windows
This commit is contained in:
Matthew Parlane
2017-01-24 13:47:36 +13:00
committed by GitHub
19 changed files with 36 additions and 22 deletions

View File

@ -6,10 +6,8 @@
#include <unordered_set>
#include <vector>
// clang-format off
#include <Windows.h>
#include <SetupAPI.h>
// clang-format on
namespace ciface
{

View File

@ -9,8 +9,8 @@
#pragma once
#include <XInput.h>
#include <windows.h>
#include <XInput.h>
#include "InputCommon/ControllerInterface/ControllerInterface.h"