From 2c6f97dbb9bbec98f901b69a368a75e7de03be22 Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 12 Feb 2024 17:15:42 -0500 Subject: [PATCH] fix(list): add missing include to solve missing placement operator error --- storm/list/TSList.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/storm/list/TSList.hpp b/storm/list/TSList.hpp index 76e39b1..0dcd40b 100644 --- a/storm/list/TSList.hpp +++ b/storm/list/TSList.hpp @@ -7,6 +7,7 @@ #include #include #include +#include #define STORM_LIST(T) TSList>