[Scummvm-git-logs] scummvm master -> 84557ed8a5f3f00edc0ea009084758d032118689
aquadran
noreply at scummvm.org
Sun Nov 17 11:45:40 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:
84557ed8a5 WINTERMUTE: Added missing header in persistent.cpp
Commit: 84557ed8a5f3f00edc0ea009084758d032118689
https://github.com/scummvm/scummvm/commit/84557ed8a5f3f00edc0ea009084758d032118689
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-11-17T12:45:36+01:00
Commit Message:
WINTERMUTE: Added missing header in persistent.cpp
Changed paths:
engines/wintermute/persistent.cpp
diff --git a/engines/wintermute/persistent.cpp b/engines/wintermute/persistent.cpp
index ce7a608d87a..443bf18312f 100644
--- a/engines/wintermute/persistent.cpp
+++ b/engines/wintermute/persistent.cpp
@@ -84,6 +84,7 @@
#include "engines/wintermute/ext/wme_commandlinehelper.h"
#include "engines/wintermute/ext/wme_steam.h"
#include "engines/wintermute/ext/wme_galaxy.h"
+#include "engines/wintermute/ext/wme_vlink.h"
#include "engines/wintermute/ui/ui_button.h"
#include "engines/wintermute/ui/ui_edit.h"
#include "engines/wintermute/ui/ui_entity.h"
More information about the Scummvm-git-logs
mailing list