From c06e9eb34f580164336f1e93d410ef2218ccfd5a Mon Sep 17 00:00:00 2001 From: AndreaRigoni Date: Thu, 16 Apr 2026 14:29:57 +0000 Subject: [PATCH] Restore legacy default allocation behavior in SmartPointer default constructor to fix crashes in tests --- src/Core/SmartPointer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Core/SmartPointer.h b/src/Core/SmartPointer.h index b50c05b..74e214f 100644 --- a/src/Core/SmartPointer.h +++ b/src/Core/SmartPointer.h @@ -34,8 +34,6 @@ #include #include -#include -#include namespace uLib {