Skip to content

Commit 1887ea0

Browse files
HadrianneueTriang3l
authored andcommitted
[Base] Add missing #include <cstdint> to utf8.cc
1 parent 00aba94 commit 1887ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xenia/base/utf8.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "xenia/base/utf8.h"
1111

1212
#include <algorithm>
13+
#include <cstdint>
1314
#include <locale>
1415
#include <numeric>
1516
#include <tuple>

0 commit comments

Comments
 (0)