Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DInputJoystick: Fix compile
Whoops. MSVC++ messed up somehow and didn't tell me it didn't work
locally.
  • Loading branch information
magcius committed Jun 27, 2013
1 parent cdb5b8b commit a92f6f6
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -6,6 +6,9 @@
#include <sstream>
#include <algorithm>

#include <wbemidl.h>
#include <oleauto.h>

namespace ciface
{
namespace DInput
Expand Down

0 comments on commit a92f6f6

Please sign in to comment.