diff --git a/examples/porting/lv_port_disp_template.c b/examples/porting/lv_port_disp_template.c index 33462980f7..89bf44e5b0 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 51b18a8743..20e4f66f4f 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 53042bcf2c..bc9503f6c0 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