summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/List.inl
diff options
context:
space:
mode:
Diffstat (limited to 'FoundationEx/List.inl')
-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, ...);