mirror of https://github.com/procxx/kepka.git
codegen_emoji: fix missing #include <stdint.h> in codegen
This commit is contained in:
parent
6e02999eb8
commit
655c22f002
|
@ -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() << "\
|
||||
|
|
Loading…
Reference in New Issue