device: fix a case issue in include statement
This commit is contained in:
parent
9ff536432d
commit
8cdeb9b60b
|
|
@ -20,7 +20,7 @@
|
|||
#include "inputDeviceSet.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "xinputDevice.h"
|
||||
#include "xInputDevice.h"
|
||||
class WinRawInputDevice;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue