diff options
author | Max Horn | 2002-11-14 13:33:16 +0000 |
---|---|---|
committer | Max Horn | 2002-11-14 13:33:16 +0000 |
commit | a834928e2aa397c2f632e746be7bb079cbf570df (patch) | |
tree | cf89bc2411554b471edfc78d0e03e4f8bf2137bc /common | |
parent | d4aaf2db8ae746c3bfa56a0b4d729b3a95704b57 (diff) | |
download | scummvm-rg350-a834928e2aa397c2f632e746be7bb079cbf570df.tar.gz scummvm-rg350-a834928e2aa397c2f632e746be7bb079cbf570df.tar.bz2 scummvm-rg350-a834928e2aa397c2f632e746be7bb079cbf570df.zip |
added missing #include
svn-id: r5545
Diffstat (limited to 'common')
-rw-r--r-- | common/list.h | 1 |
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 { |