Added missing lv_indev.h includes (#1251)

This commit is contained in:
Jan Van Winkel
2019-11-03 14:43:26 +01:00
committed by embeddedt
parent 8db8470a60
commit 9472d0d0c7
3 changed files with 3 additions and 0 deletions

1
lvgl.h
View File

@@ -25,6 +25,7 @@ extern "C" {
#include "src/lv_core/lv_obj.h"
#include "src/lv_core/lv_group.h"
#include "src/lv_core/lv_indev.h"
#include "src/lv_core/lv_refr.h"
#include "src/lv_core/lv_disp.h"