Fix incorrect include

This commit is contained in:
starfrost013
2025-01-12 19:09:35 +00:00
parent 55f476617d
commit cbfeed7ea4

View File

@@ -47,7 +47,7 @@ So I decided to create this timer that is completely separate from the CPU Core.
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <86Box\86box.h>
#include <86Box/86box.h>
#ifdef _WIN32
#include <Windows.h>