[GUI]解决找不到image_png.h的问题

This commit is contained in:
tangyuxin 2017-11-04 13:28:51 +08:00
parent a9a02d5e1f
commit fe6e8c1e71
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ void rtgui_image_png_init()
#elif defined(RTGUI_IMAGE_LODEPNG)
#include "lodepng.h"
#include <rtgui/image_png.h>
#include <rtgui/image.h>
static rt_bool_t rtgui_image_png_check(struct rtgui_filerw *file);
static rt_bool_t rtgui_image_png_load(struct rtgui_image *image, struct rtgui_filerw *file, rt_bool_t load);