COMMON: Include scummsys.h, to have uint.

This commit is contained in:
Giulio Camuffo 2011-12-14 17:46:29 +01:00
parent 98716036cd
commit 3c4999dbc6

View File

@ -25,6 +25,8 @@
#ifndef COMMON_FOREACH_H
#define COMMON_FOREACH_H
#include "common/scummsys.h"
namespace Common {
class _Foreach_Container_Base_ {