mirror of
https://github.com/xenia-project/xenia.git
synced 2026-03-22 13:15:28 +01:00
[Base] Fix missing include in utf8.cc.
This commit is contained in:
parent
a4840e1992
commit
a3e5ea8575
|
|
@ -12,6 +12,7 @@
|
|||
#include <algorithm>
|
||||
#include <locale>
|
||||
#include <numeric>
|
||||
#include <tuple>
|
||||
|
||||
#define UTF_CPP_CPLUSPLUS 201703L
|
||||
#include "third_party/utfcpp/source/utf8.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue