[Scummvm-git-logs] scummvm master -> 548e7d399c75ff8526b3272a9fbb8fdc55b85c0c
lephilousophe
noreply at scummvm.org
Sun Nov 17 08:50:35 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:
548e7d399c TINSEL: Fix missing include
Commit: 548e7d399c75ff8526b3272a9fbb8fdc55b85c0c
https://github.com/scummvm/scummvm/commit/548e7d399c75ff8526b3272a9fbb8fdc55b85c0c
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-11-17T09:50:16+01:00
Commit Message:
TINSEL: Fix missing include
Changed paths:
engines/tinsel/tinsel.cpp
diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp
index fdbec47ac2d..092d3dc0d4a 100644
--- a/engines/tinsel/tinsel.cpp
+++ b/engines/tinsel/tinsel.cpp
@@ -28,6 +28,7 @@
#include "common/fs.h"
#include "common/config-manager.h"
#include "common/serializer.h"
+#include "common/translation.h"
#include "backends/audiocd/audiocd.h"
More information about the Scummvm-git-logs
mailing list