From 335db6b0875c7e954cf9daa4ed16bceac4597288 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 30 Mar 2022 19:58:53 +0200 Subject: Fixed missing include in List --- FoundationEx/List.inl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FoundationEx') diff --git a/FoundationEx/List.inl b/FoundationEx/List.inl index 5fff962..14e340d 100644 --- a/FoundationEx/List.inl +++ b/FoundationEx/List.inl @@ -11,6 +11,8 @@ Implementation of the List class template */ +#include + // +-------------------------------------------------------------------+ void Print(const char* fmt, ...); -- cgit v1.1