diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/charset.h | 1 | ||||
-rw-r--r-- | scumm/cursor.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scumm/charset.h b/scumm/charset.h index e546d16b73..d3dfdba095 100644 --- a/scumm/charset.h +++ b/scumm/charset.h @@ -23,6 +23,7 @@ #include "common/scummsys.h" #include "common/rect.h" +#include "common/util.h" #include "scumm/gfx.h" namespace Scumm { diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp index 2fb0a0c514..5d321c1706 100644 --- a/scumm/cursor.cpp +++ b/scumm/cursor.cpp @@ -21,6 +21,7 @@ #include "stdafx.h" #include "common/system.h" +#include "common/util.h" #include "scumm/bomp.h" #include "scumm/charset.h" #include "scumm/intern.h" |