1
0
mirror of synced 2024-11-25 00:00:27 +01:00

fix: Build failing on Linux

This commit is contained in:
WerWolv 2022-10-09 16:34:53 +02:00
parent 8fc7931132
commit a44de63e24
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,5 @@
#pragma once
#include <cstdint>
#include <cstddef>
#include <hex/helpers/types.hpp>
#include <hex/helpers/intrinsics.hpp>

View File

@ -1,5 +1,6 @@
#pragma once
#include <cstddef>
#include <cstdint>
using u8 = std::uint8_t;