Merge pull request #674 from trofi/gcc-13-fix

Fix `gcc-13` build failures: missing `<cstdint>` includes
0.8.1
David Cernat 3 months ago committed by GitHub
commit 49be5b6405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,7 @@
#ifndef MWINPUT_CONTROLSWITCH_H
#define MWINPUT_CONTROLSWITCH_H
#include <cstdint>
#include <map>
#include <string>

@ -1,6 +1,7 @@
#ifndef MISC_UTF8ITER_HPP
#define MISC_UTF8ITER_HPP
#include <cstdint>
#include <cstring>
#include <tuple>

@ -2,6 +2,7 @@
#define UTILS_HPP
#include <algorithm>
#include <cstdint>
#include <string>
#include <sstream>
#include <vector>

Loading…
Cancel
Save