[Scummvm-git-logs] scummvm master -> 4a2f8ebb6389acf900ba9a5dc721441bc4c386f3
eriktorbjorn
noreply at scummvm.org
Sat Jul 27 11:31:29 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:
4a2f8ebb63 DGDS: Fix compilation after math.h -> intrinsics.h renaming
Commit: 4a2f8ebb6389acf900ba9a5dc721441bc4c386f3
https://github.com/scummvm/scummvm/commit/4a2f8ebb6389acf900ba9a5dc721441bc4c386f3
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-07-27T13:31:03+02:00
Commit Message:
DGDS: Fix compilation after math.h -> intrinsics.h renaming
Changed paths:
engines/dgds/shell_game.cpp
diff --git a/engines/dgds/shell_game.cpp b/engines/dgds/shell_game.cpp
index 9aeea38c51c..aef6473a0ad 100644
--- a/engines/dgds/shell_game.cpp
+++ b/engines/dgds/shell_game.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "common/math.h"
+#include "common/intrinsics.h"
#include "dgds/shell_game.h"
#include "dgds/dgds.h"
More information about the Scummvm-git-logs
mailing list