lv_txt.h: Add missing include (#1949)

This commit is contained in:
Amir Gonnen
2020-12-04 01:42:42 +02:00
committed by GitHub
parent 568c2ee688
commit ba5ee315e9
+1
View File
@@ -16,6 +16,7 @@ extern "C" {
#include "../lv_conf_internal.h"
#include <stdbool.h>
#include <stdarg.h>
#include "lv_area.h"
#include "lv_area.h"
#include "../lv_font/lv_font.h"