InputCommon/DInput.h: Add missing include

This commit is contained in:
spycrab 2019-05-08 21:01:46 +02:00
parent 5625baa32c
commit 98d808ab71
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <windows.h>
#include <list>
#include <string>
#include "InputCommon/ControllerInterface/DInput/DInput8.h"