1
0
mirror of synced 2024-11-24 15:50:16 +01:00

sys: Include correct file for size_t

This commit is contained in:
WerWolv 2021-09-08 16:41:00 +02:00
parent 6cf8369a24
commit 4b41ae6980

View File

@ -1,5 +1,6 @@
#pragma once
#include <cstddef>
#include <type_traits>
namespace hex {