mu-error.h: fix compilation

Newer gcc doesn't implicitly load cinttypes.
This commit is contained in:
Dirk-Jan C. Binnema 2023-08-06 09:39:44 +03:00
parent f48402ce65
commit 378a0d6dd0
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define MU_ERROR_HH__
#include <stdexcept>
#include <cinttypes>
#include "mu-utils-format.hh"
#include "mu-util.h"
#include <glib.h>