Merge pull request #2421 from ArsenArsen/add-cstdint-inc

mu-error: Add missing <cstdint> include
This commit is contained in:
Dirk-Jan C. Binnema 2023-01-21 22:00:28 +02:00 committed by GitHub
commit b1b87f7adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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