Bladeren bron

[GUI Engine] fix compiling warning

Bernard Xiong 8 jaren geleden
bovenliggende
commit
f7a8d6eb16
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      components/gui/src/blit.c

+ 2 - 0
components/gui/src/blit.c

@@ -51,6 +51,8 @@
 #include <rtgui/region.h>
 #include <rtgui/region.h>
 #include <rtgui/dc.h>
 #include <rtgui/dc.h>
 
 
+#include <string.h>
+
 /* Lookup tables to expand partial bytes to the full 0..255 range */
 /* Lookup tables to expand partial bytes to the full 0..255 range */
 
 
 static const rt_uint8_t lookup_0[] =
 static const rt_uint8_t lookup_0[] =