diff --git a/examples/porting/lv_port_disp_template.c b/examples/porting/lv_port_disp_template.c index 33462980f..89bf44e5b 100644 --- a/examples/porting/lv_port_disp_template.c +++ b/examples/porting/lv_port_disp_template.c @@ -10,6 +10,7 @@ * INCLUDES *********************/ #include "lv_port_disp_template.h" +#include "../../lvgl.h" /********************* * DEFINES diff --git a/examples/porting/lv_port_fs_template.c b/examples/porting/lv_port_fs_template.c index 51b18a874..20e4f66f4 100644 --- a/examples/porting/lv_port_fs_template.c +++ b/examples/porting/lv_port_fs_template.c @@ -10,6 +10,7 @@ * INCLUDES *********************/ #include "lv_port_fs_template.h" +#include "../../lvgl.h" /********************* * DEFINES diff --git a/examples/porting/lv_port_indev_template.c b/examples/porting/lv_port_indev_template.c index 53042bcf2..bc9503f6c 100644 --- a/examples/porting/lv_port_indev_template.c +++ b/examples/porting/lv_port_indev_template.c @@ -10,6 +10,7 @@ * INCLUDES *********************/ #include "lv_port_indev_template.h" +#include "../../lvgl.h" /********************* * DEFINES