USB debugger: Fixed compilation with Bochs debugger also enabled.

This commit is contained in:
Volker Ruppert 2024-07-06 19:45:20 +02:00
parent 938c2ba307
commit bdd6b25db5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#if BX_USB_DEBUGGER
#include "bx_debug/debug.h"
#include "usb_debug.h"
#include "siminterface.h"
#include "gui.h"