codegen_emoji: fix missing #include <stdint.h> in codegen

This commit is contained in:
leha-bot 2021-06-13 01:05:40 +03:00
parent 6e02999eb8
commit 655c22f002
1 changed files with 1 additions and 0 deletions

View File

@ -704,6 +704,7 @@ bool Generator::writeSuggestionsSource() {
suggestionsSource_ = std::make_unique<common::CppFile>(suggestionsPath_ + ".cpp", project_);
suggestionsSource_->stream() << "\
#include <map>\n\
#include <stdint.h>\n\
\n";
suggestionsSource_->pushNamespace("Ui").pushNamespace("Emoji").pushNamespace("internal").pushNamespace();
suggestionsSource_->stream() << "\