fix compilation on windows

This commit is contained in:
2026-05-19 08:41:21 +02:00
parent 7df4ec2246
commit bb3f168e13
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <cstddef>
namespace ircolib {
using u8 = uint8_t;