diff options
-rw-r--r-- | graphics/pixelformat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pixelformat.h b/graphics/pixelformat.h index 7015f4d66f..f59650e5cc 100644 --- a/graphics/pixelformat.h +++ b/graphics/pixelformat.h @@ -26,8 +26,9 @@ #ifndef GRAPHICS_PIXELFORMAT_H #define GRAPHICS_PIXELFORMAT_H -namespace Graphics { +#include "common/scummsys.h" +namespace Graphics { /** * A pixel format description. |