[Base] Fix missing include in utf8.cc.

This commit is contained in:
Rick Gibbed 2022-05-27 17:56:14 -05:00 committed by GitHub
parent a4840e1992
commit a3e5ea8575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <algorithm>
#include <locale>
#include <numeric>
#include <tuple>
#define UTF_CPP_CPLUSPLUS 201703L
#include "third_party/utfcpp/source/utf8.h"