#include'd <86box/win.h> in qt/qt_ui.cpp.

This commit is contained in:
OBattler 2024-12-25 00:31:20 +01:00
parent cb957fe517
commit e8cb5dc0fe

View file

@ -56,6 +56,10 @@ extern "C" {
#include <86box/network.h>
#include <86box/machine_status.h>
#ifdef Q_OS_WINDOWS
# include <86box/win.h>
#endif
void
plat_delay_ms(uint32_t count)
{