[Scummvm-git-logs] scummvm master -> ee71fe075791ee586459f967c8ce69f61caff736

sev- noreply at scummvm.org
Fri Mar 17 15:39:43 UTC 2023


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:
ee71fe0757 HADESCH: Fix compilation


Commit: ee71fe075791ee586459f967c8ce69f61caff736
    https://github.com/scummvm/scummvm/commit/ee71fe075791ee586459f967c8ce69f61caff736
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-17T16:39:32+01:00

Commit Message:
HADESCH: Fix compilation

Changed paths:
    engines/hadesch/POTFILES
    engines/hadesch/hadesch.cpp


diff --git a/engines/hadesch/POTFILES b/engines/hadesch/POTFILES
index 1e520686935..4b08333460c 100644
--- a/engines/hadesch/POTFILES
+++ b/engines/hadesch/POTFILES
@@ -1,3 +1,4 @@
+engines/hadesch/hadesch.cpp
 engines/hadesch/rooms/daedalus.cpp
 engines/hadesch/rooms/medisle.cpp
 engines/hadesch/rooms/troy.cpp
diff --git a/engines/hadesch/hadesch.cpp b/engines/hadesch/hadesch.cpp
index 9d00f2e0fb8..85130954105 100644
--- a/engines/hadesch/hadesch.cpp
+++ b/engines/hadesch/hadesch.cpp
@@ -33,6 +33,7 @@
 #include "common/util.h"
 #include "common/compression/gzio.h"
 #include "common/config-manager.h"
+#include "common/translation.h"
 
 #include "engines/advancedDetector.h"
 #include "engines/util.h"




More information about the Scummvm-git-logs mailing list