[Scummvm-git-logs] scummvm master -> d1b2f42decba519de1d170d6bc7edaedf04363f8
sev-
noreply at scummvm.org
Sat Apr 29 11:06:22 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:
d1b2f42dec WATCHMAKER: Fix include
Commit: d1b2f42decba519de1d170d6bc7edaedf04363f8
https://github.com/scummvm/scummvm/commit/d1b2f42decba519de1d170d6bc7edaedf04363f8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-29T13:04:52+02:00
Commit Message:
WATCHMAKER: Fix include
Changed paths:
engines/watchmaker/fonts.cpp
diff --git a/engines/watchmaker/fonts.cpp b/engines/watchmaker/fonts.cpp
index 0054dc141c1..8d635574f6c 100644
--- a/engines/watchmaker/fonts.cpp
+++ b/engines/watchmaker/fonts.cpp
@@ -20,7 +20,7 @@
*/
#include "watchmaker/fonts.h"
-#include "main.h"
+#include "watchmaker/main.h"
#include "watchmaker/game.h"
namespace Watchmaker {
More information about the Scummvm-git-logs
mailing list