DInputJoystick: Fix compile

Whoops. MSVC++ messed up somehow and didn't tell me it didn't work
locally.
This commit is contained in:
Jasper St. Pierre 2013-06-26 23:26:21 -04:00
parent cdb5b8b737
commit a92f6f68d6
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#include <sstream>
#include <algorithm>
#include <wbemidl.h>
#include <oleauto.h>
namespace ciface
{
namespace DInput