Fix compilation on GCC13

See: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes
Bug: https://bugs.gentoo.org/865117
Bug: https://bugs.gentoo.org/895616

Signed-off-by: Zephyr Lykos <self@mochaa.ws>
This commit is contained in:
Zephyr Lykos 2023-06-29 06:32:45 +08:00 committed by David Capello
parent 204ee881be
commit 2f6655f57e
4 changed files with 5 additions and 2 deletions

2
laf

@ -1 +1 @@
Subproject commit 5e936d76335172a4605dc09556a3bf8d54252b05
Subproject commit 0673b7c5928317f409c15f1654f5ee3b82011ba5

View File

@ -9,6 +9,8 @@
#define DIO_ASEPRITE_COMMON_H_INCLUDED
#pragma once
#include "base/ints.h"
#include <map>
#include <string>

View File

@ -9,6 +9,7 @@
#pragma once
#include "app/crash/doc_format.h"
#include "base/ints.h"
#include <iosfwd>

@ -1 +1 @@
Subproject commit b6f36191c2022f5936f272da82dcaa36b9114918
Subproject commit 5bb1e2d51beb8475cb0f32890d1a233206d1a089