Files
mu4e/lib/utils
Arsen Arsenović ce94464652 mu-error: Add missing <cstdint> include
GCC 13s libstdc++ reduced its dependency on some headers like <cstdint>, so it's
no longer transitively included through various headers.  Include it explicitly.

See also: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

  ../lib/utils/mu-error.hh:36:26: error: ‘uint32_t’ does not name a type
     36 |         static constexpr uint32_t SoftError = 1 << 23;
        |                          ^~~~~~~~
2023-01-21 19:48:57 +01:00
..
2023-01-14 20:02:05 +02:00
2023-01-14 20:02:05 +02:00
2022-11-16 23:31:51 +02:00
2022-11-16 23:31:51 +02:00
2023-01-14 20:02:05 +02:00
2023-01-19 22:37:50 +02:00
2022-05-23 23:55:11 +03:00