diff options
-rw-r--r-- | common/str.h | 3 |
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 { /* |