[Scummvm-git-logs] scummvm master -> f81c0f09b970afe960ffbcb9e87b17782196088c
sev-
noreply at scummvm.org
Sun May 3 21:12:45 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
f81c0f09b9 CHAMBER: Fix compilation
Commit: f81c0f09b970afe960ffbcb9e87b17782196088c
https://github.com/scummvm/scummvm/commit/f81c0f09b970afe960ffbcb9e87b17782196088c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-05-03T23:12:24+02:00
Commit Message:
CHAMBER: Fix compilation
Changed paths:
engines/chamber/chamber.cpp
engines/chamber/saveload.cpp
diff --git a/engines/chamber/chamber.cpp b/engines/chamber/chamber.cpp
index 2234c6955f4..861addc66b9 100644
--- a/engines/chamber/chamber.cpp
+++ b/engines/chamber/chamber.cpp
@@ -32,6 +32,8 @@
#include "engines/util.h"
+#include "common/gui_options.h"
+
#include "chamber/chamber.h"
#include "chamber/renderer.h"
#include "chamber/script.h"
diff --git a/engines/chamber/saveload.cpp b/engines/chamber/saveload.cpp
index 9234688061a..0d571d03bb4 100644
--- a/engines/chamber/saveload.cpp
+++ b/engines/chamber/saveload.cpp
@@ -19,6 +19,8 @@
*
*/
+#include "common/textconsole.h"
+
#include "chamber/chamber.h"
#include "chamber/common.h"
#include "chamber/saveload.h"
More information about the Scummvm-git-logs
mailing list