fix: include v9.2 api map to avoid breaking changes (#8490)

This commit is contained in:
André Costa
2025-06-26 21:36:27 +02:00
committed by GitHub
parent 539357a673
commit e37e8b3bc8
+1
View File
@@ -131,6 +131,7 @@ extern "C" {
#include "src/lv_api_map_v8.h"
#include "src/lv_api_map_v9_0.h"
#include "src/lv_api_map_v9_1.h"
#include "src/lv_api_map_v9_2.h"
#if LV_USE_PRIVATE_API
#include "src/lvgl_private.h"