summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-30 19:58:53 +0200
committerAki <please@ignore.pl>2022-03-30 19:58:53 +0200
commit335db6b0875c7e954cf9daa4ed16bceac4597288 (patch)
treefbfc2d695a154b9c305dbe4c9ac01fb0b8f36afd /FoundationEx
parent98432be171dee1a1ad4774b5600c4f91bfa1f810 (diff)
downloadstarshatter-335db6b0875c7e954cf9daa4ed16bceac4597288.zip
starshatter-335db6b0875c7e954cf9daa4ed16bceac4597288.tar.gz
starshatter-335db6b0875c7e954cf9daa4ed16bceac4597288.tar.bz2
Fixed missing include in List
Diffstat (limited to 'FoundationEx')
-rw-r--r--FoundationEx/List.inl2
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h>
+
// +-------------------------------------------------------------------+
void Print(const char* fmt, ...);