[Scummvm-git-logs] scummvm-tools master -> c806cb8f75dd5a67b6ff3221c90dd8d44e3abda6

lephilousophe noreply at scummvm.org
Mon Jan 2 20:12:46 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
c806cb8f75 PEGASUS: Include scummsys first to avoid uint64 double definition


Commit: c806cb8f75dd5a67b6ff3221c90dd8d44e3abda6
    https://github.com/scummvm/scummvm-tools/commit/c806cb8f75dd5a67b6ff3221c90dd8d44e3abda6
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-01-02T21:12:36+01:00

Commit Message:
PEGASUS: Include scummsys first to avoid uint64 double definition

Changed paths:
    engines/pegasus/pegasus_save_types.cpp


diff --git a/engines/pegasus/pegasus_save_types.cpp b/engines/pegasus/pegasus_save_types.cpp
index a4d9775a..eb27df53 100644
--- a/engines/pegasus/pegasus_save_types.cpp
+++ b/engines/pegasus/pegasus_save_types.cpp
@@ -20,6 +20,7 @@
  */
 
 /* add creator and file type attributes to pegasus save files */
+#include "common/scummsys.h"
 
 #include <stdio.h>
 #include <CoreServices/CoreServices.h>




More information about the Scummvm-git-logs mailing list