mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 22:27:25 +00:00
[Base] Add missing #include <cstdint> to utf8.cc
This commit is contained in:
parent
00aba94b98
commit
1887ea0795
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include "xenia/base/utf8.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <locale>
|
||||
#include <numeric>
|
||||
#include <tuple>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue