Files
mu4e/lib
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-17 11:00:06 +02:00
2022-11-16 23:31:51 +02:00
2023-01-14 20:02:05 +02:00
2022-06-14 23:15:27 +03:00
2023-01-19 22:37:50 +02:00
2023-01-14 20:02:05 +02:00
2022-12-07 18:22:29 +02:00
2022-06-14 23:15:27 +03:00