aboutsummaryrefslogtreecommitdiff
path: root/common/list.h
diff options
context:
space:
mode:
authorMax Horn2002-11-14 13:33:16 +0000
committerMax Horn2002-11-14 13:33:16 +0000
commita834928e2aa397c2f632e746be7bb079cbf570df (patch)
treecf89bc2411554b471edfc78d0e03e4f8bf2137bc /common/list.h
parentd4aaf2db8ae746c3bfa56a0b4d729b3a95704b57 (diff)
downloadscummvm-rg350-a834928e2aa397c2f632e746be7bb079cbf570df.tar.gz
scummvm-rg350-a834928e2aa397c2f632e746be7bb079cbf570df.tar.bz2
scummvm-rg350-a834928e2aa397c2f632e746be7bb079cbf570df.zip
added missing #include
svn-id: r5545
Diffstat (limited to 'common/list.h')
-rw-r--r--common/list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/list.h b/common/list.h
index f5f3e4967a..9c04b8ef8b 100644
--- a/common/list.h
+++ b/common/list.h
@@ -22,6 +22,7 @@
#define COMMON_LIST_H
#include "scummsys.h"
+#include <assert.h>
namespace ScummVM {