fix missing header
This commit is contained in:
@@ -604,6 +604,7 @@ def generate_strings_cpp(
|
|||||||
"""Generate I18nStrings.cpp."""
|
"""Generate I18nStrings.cpp."""
|
||||||
lines: List[str] = [
|
lines: List[str] = [
|
||||||
'#include "I18nStrings.h"',
|
'#include "I18nStrings.h"',
|
||||||
|
"#include <cstddef>",
|
||||||
"",
|
"",
|
||||||
"// THIS FILE IS AUTO-GENERATED BY gen_i18n.py. DO NOT EDIT.",
|
"// THIS FILE IS AUTO-GENERATED BY gen_i18n.py. DO NOT EDIT.",
|
||||||
"",
|
"",
|
||||||
|
|||||||
Reference in New Issue
Block a user