mirror of https://github.com/PCSX2/pcsx2.git
qusb: missing <cstdint> & <cstddef> include
This commit is contained in:
parent
01ca4e25ae
commit
44c01dd73e
|
@ -24,6 +24,8 @@
|
|||
|
||||
#pragma once
|
||||
#include "USB/qemu-usb/queue.h"
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
#define USB_TOKEN_SETUP 0x2d
|
||||
#define USB_TOKEN_IN 0x69 /* device -> host */
|
||||
|
|
Loading…
Reference in New Issue