Skip to content

Commit

Permalink
[Base] Add missing #include <cstdint> to utf8.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrianneue authored and Triang3l committed Jul 27, 2023
1 parent 00aba94 commit 1887ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xenia/base/utf8.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "xenia/base/utf8.h"

#include <algorithm>
#include <cstdint>
#include <locale>
#include <numeric>
#include <tuple>
Expand Down

0 comments on commit 1887ea0

Please sign in to comment.