[Scummvm-git-logs] scummvm master -> 3e8df49286f0746315bc08b727c2e825d2ab8baf
dreammaster
noreply at scummvm.org
Sat Apr 25 11:14:14 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
3e8df49286 COMMON: Add an include data-io.h to serializer.h
Commit: 3e8df49286f0746315bc08b727c2e825d2ab8baf
https://github.com/scummvm/scummvm/commit/3e8df49286f0746315bc08b727c2e825d2ab8baf
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-04-25T21:14:07+10:00
Commit Message:
COMMON: Add an include data-io.h to serializer.h
Changed paths:
common/serializer.h
diff --git a/common/serializer.h b/common/serializer.h
index 66d4df3d549..75c2048e455 100644
--- a/common/serializer.h
+++ b/common/serializer.h
@@ -24,6 +24,7 @@
#include "common/stream.h"
#include "common/str.h"
+#include "common/data-io.h"
namespace Common {
More information about the Scummvm-git-logs
mailing list