fix missing header

This commit is contained in:
jpirnay
2026-03-16 23:52:13 +01:00
parent 7c0095e5c5
commit 2419cc43bf
+1
View File
@@ -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.",
"", "",