From 2a2d1784ce09017af0c5404570e40da108b43555 Mon Sep 17 00:00:00 2001 From: Zephyr Lykos Date: Wed, 8 Nov 2023 20:19:09 +0800 Subject: [PATCH] Include cstring for missing definition of std::memcpy on Qt 5.15.11 Signed-off-by: Zephyr Lykos --- tl/tl_basic_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tl/tl_basic_types.h b/tl/tl_basic_types.h index 5eadf62..961f7fe 100644 --- a/tl/tl_basic_types.h +++ b/tl/tl_basic_types.h @@ -10,6 +10,7 @@ #include "base/flags.h" #include "base/bytes.h" +#include #include namespace tl {