From 4b41ae69803a0b4a1a1baabcda00203696cc45ba Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 8 Sep 2021 16:41:00 +0200 Subject: [PATCH] sys: Include correct file for size_t --- plugins/libimhex/include/hex/helpers/concepts.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/libimhex/include/hex/helpers/concepts.hpp b/plugins/libimhex/include/hex/helpers/concepts.hpp index f756e3c6b..e74a8dfb1 100644 --- a/plugins/libimhex/include/hex/helpers/concepts.hpp +++ b/plugins/libimhex/include/hex/helpers/concepts.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include namespace hex {