From 3e17ebaea32fa8231cd05c34012f7d2c74999df0 Mon Sep 17 00:00:00 2001 From: AndreaRigoni Date: Thu, 16 Apr 2026 11:30:50 +0000 Subject: [PATCH] feat: add Boost serialization support for SmartPointer and include standard smart pointer headers --- src/Core/SmartPointer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Core/SmartPointer.h b/src/Core/SmartPointer.h index b1f03a7..b50c05b 100644 --- a/src/Core/SmartPointer.h +++ b/src/Core/SmartPointer.h @@ -34,6 +34,9 @@ #include #include +#include +#include + namespace uLib { /**