[Scummvm-git-logs] scummvm master -> 5f5bf977f6a2686b13aabf9c0048decab53429f2
eriktorbjorn
noreply at scummvm.org
Fri Aug 23 05:47:07 UTC 2024
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:
5f5bf977f6 M4: Fix missing include
Commit: 5f5bf977f6a2686b13aabf9c0048decab53429f2
https://github.com/scummvm/scummvm/commit/5f5bf977f6a2686b13aabf9c0048decab53429f2
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-08-23T07:46:37+02:00
Commit Message:
M4: Fix missing include
Changed paths:
engines/m4/adv_r/adv_trigger.h
diff --git a/engines/m4/adv_r/adv_trigger.h b/engines/m4/adv_r/adv_trigger.h
index 6c04bd4be00..d878adb1076 100644
--- a/engines/m4/adv_r/adv_trigger.h
+++ b/engines/m4/adv_r/adv_trigger.h
@@ -24,6 +24,7 @@
#define M4_ADV_R_ADV_TRIGGER_H
#include "m4/m4_types.h"
+#include "m4/adv_r/adv.h"
namespace M4 {
More information about the Scummvm-git-logs
mailing list