mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DInputJoystick: Fix compile
Whoops. MSVC++ messed up somehow and didn't tell me it didn't work locally.
This commit is contained in:
@ -6,6 +6,9 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
#include <wbemidl.h>
|
||||||
|
#include <oleauto.h>
|
||||||
|
|
||||||
namespace ciface
|
namespace ciface
|
||||||
{
|
{
|
||||||
namespace DInput
|
namespace DInput
|
||||||
|
Reference in New Issue
Block a user