[Scummvm-git-logs] scummvm master -> 44d616d9c0e5c9120b23df7d791d02146660ac23
dreammaster
dreammaster at scummvm.org
Sat Feb 27 02:20:22 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
44d616d9c0 GRAPHICS: Compilation fixes
Commit: 44d616d9c0e5c9120b23df7d791d02146660ac23
https://github.com/scummvm/scummvm/commit/44d616d9c0e5c9120b23df7d791d02146660ac23
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-02-26T18:20:11-08:00
Commit Message:
GRAPHICS: Compilation fixes
Changed paths:
engines/glk/comprehend/pics.h
graphics/macgui/macwindow.h
diff --git a/engines/glk/comprehend/pics.h b/engines/glk/comprehend/pics.h
index 9bf2d9533b..01ebee3cf5 100644
--- a/engines/glk/comprehend/pics.h
+++ b/engines/glk/comprehend/pics.h
@@ -27,6 +27,7 @@
#include "common/archive.h"
#include "common/file.h"
#include "common/str-array.h"
+#include "graphics/font.h"
namespace Glk {
namespace Comprehend {
diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h
index 7f87a34f1c..60d46fea9b 100644
--- a/graphics/macgui/macwindow.h
+++ b/graphics/macgui/macwindow.h
@@ -29,6 +29,7 @@
#include "graphics/transparent_surface.h"
#include "graphics/nine_patch.h"
#include "graphics/palette.h"
+#include "graphics/font.h"
#include "graphics/macgui/macwidget.h"
#include "graphics/macgui/macwindowborder.h"
More information about the Scummvm-git-logs
mailing list