device: fix a case issue in include statement

This commit is contained in:
rdb 2019-01-03 15:34:30 +01:00
parent 9ff536432d
commit 8cdeb9b60b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include "inputDeviceSet.h"
#ifdef _WIN32
#include "xinputDevice.h"
#include "xInputDevice.h"
class WinRawInputDevice;
#endif