lib: fix g++13 compilation

Include stdint.h
This commit is contained in:
Dirk-Jan C. Binnema 2023-08-21 18:47:10 +03:00
parent 378a0d6dd0
commit 45d7fb758e
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include <stdexcept>
#include <cinttypes>
#include <cstdint>
#include "mu-utils-format.hh"
#include "mu-util.h"
#include <glib.h>