chore: fix missing include. (#3837)

This commit is contained in:
h13
2022-12-22 05:17:57 +08:00
committed by GitHub
parent dcbd3cc142
commit c4ea9db787
8 changed files with 19 additions and 0 deletions

View File

@@ -481,6 +481,9 @@ def docs(p):
base_dir = os.path.abspath(os.path.dirname(__file__))
sys.stdout = open(base_dir + '/../src/core/lv_obj_style_gen.h', 'w')
print("#include \"../misc/lv_area.h\"")
print("#include \"../misc/lv_style.h\"")
print("#include \"../core/lv_obj_style.h\"")
for p in props:
obj_style_get(p)