usb: Warnings cleanup.

This commit is contained in:
lightningterror 2020-12-06 04:11:40 +01:00
parent cfb795c23c
commit 3e5f434df3
1 changed files with 4 additions and 0 deletions

View File

@ -17,7 +17,11 @@
#include <windows.h>
#include <stdint.h>
#if !defined(DIRECTINPUT_VERSION)
#define DIRECTINPUT_VERSION 0x0800
#endif
#include <dinput.h>
#include <atomic>
#include <algorithm>