aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
authorMax Horn2002-11-13 15:40:31 +0000
committerMax Horn2002-11-13 15:40:31 +0000
commitd95abae05746f6a4d1d4d786655ee294cf0de318 (patch)
tree115dd8bee96f261288fa85af823b66961fcc4eaf /common/str.h
parent76afd1d1a9bec89d0bdc60c644f5462e1e8b0f75 (diff)
downloadscummvm-rg350-d95abae05746f6a4d1d4d786655ee294cf0de318.tar.gz
scummvm-rg350-d95abae05746f6a4d1d4d786655ee294cf0de318.tar.bz2
scummvm-rg350-d95abae05746f6a4d1d4d786655ee294cf0de318.zip
#include headers for strlen & assert
svn-id: r5536
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h
index 41227192b0..4c2a985d46 100644
--- a/common/str.h
+++ b/common/str.h
@@ -24,6 +24,9 @@
#include "scummsys.h"
#include "common/list.h"
+#include <assert.h>
+#include <string.h>
+
namespace ScummVM {
/*