From 0744ee698901a117be618142a9a8e1fe00a1319c Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 10 Dec 2025 08:22:45 +0000 Subject: [PATCH] Added type_traits to test_memory --- test/test_memory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_memory.cpp b/test/test_memory.cpp index 1b88c8a5..8fc7e628 100644 --- a/test/test_memory.cpp +++ b/test/test_memory.cpp @@ -43,6 +43,7 @@ SOFTWARE. #include #include #include +#include namespace {