Include cstddef

This commit is contained in:
Benjamin David Lunt 2023-04-09 10:54:08 -07:00 committed by GitHub
parent 0985f9bfec
commit 8272ee3f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#if BX_SUPPORT_PCI && BX_SUPPORT_PCIUSB
#include "usb_common.h"
#include "usb_hid.h"
#include <cstddef>
#define LOG_THIS