Skip to content

Commit

Permalink
mu-error.h: fix compilation
Browse files Browse the repository at this point in the history
Newer gcc doesn't implicitly load cinttypes.
  • Loading branch information
djcb committed Aug 6, 2023
1 parent f48402c commit 378a0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/mu-error.hh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#define MU_ERROR_HH__

#include <stdexcept>
#include <cinttypes>
#include "mu-utils-format.hh"
#include "mu-util.h"
#include <glib.h>
Expand Down

0 comments on commit 378a0d6

Please sign in to comment.