mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
add missing #include <stdarg.h>
This commit is contained in:
parent
85c8014880
commit
a2b4bbcd2a
@ -6,10 +6,12 @@
|
|||||||
/*********************
|
/*********************
|
||||||
* INCLUDES
|
* INCLUDES
|
||||||
*********************/
|
*********************/
|
||||||
|
#include <stdarg.h>
|
||||||
#include "lv_txt.h"
|
#include "lv_txt.h"
|
||||||
#include "lv_math.h"
|
#include "lv_math.h"
|
||||||
#include "lv_log.h"
|
#include "lv_log.h"
|
||||||
#include "lv_debug.h"
|
#include "lv_debug.h"
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user