[Scummvm-git-logs] scummvm master -> 79eab1f4577cada95aa27b652829b535982fc402
lephilousophe
lephilousophe at users.noreply.github.com
Sun Feb 7 16:31:23 UTC 2021
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:
79eab1f457 AGS: Don't use initializer_list directly, use common shim
Commit: 79eab1f4577cada95aa27b652829b535982fc402
https://github.com/scummvm/scummvm/commit/79eab1f4577cada95aa27b652829b535982fc402
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-02-07T17:31:05+01:00
Commit Message:
AGS: Don't use initializer_list directly, use common shim
Changed paths:
engines/ags/lib/std/initializer_list.h
diff --git a/engines/ags/lib/std/initializer_list.h b/engines/ags/lib/std/initializer_list.h
index 21e7c2f643..f1bae08e3e 100644
--- a/engines/ags/lib/std/initializer_list.h
+++ b/engines/ags/lib/std/initializer_list.h
@@ -23,7 +23,8 @@
#ifndef AGS_STD_INITIALIZER_LIST_H
#define AGS_STD_INITIALIZER_LIST_H
-#include <initializer_list>
+#include "common/scummsys.h"
+#include "common/initializer_list.h"
namespace AGS3 {
namespace std {
More information about the Scummvm-git-logs
mailing list