-rw-r--r-- | agg-plot/agg_pixfmt_rgb24_lcd.h | 2 |
diff --git a/agg-plot/agg_pixfmt_rgb24_lcd.h b/agg-plot/agg_pixfmt_rgb24_lcd.h index dd903dce..c7dbbffe 100644 --- a/agg-plot/agg_pixfmt_rgb24_lcd.h +++ b/agg-plot/agg_pixfmt_rgb24_lcd.h @@ -26,6 +26,8 @@ #define AGG_PIXFMT_RGB24_LCD_INCLUDED
#include <string.h>
+#include <stdlib.h>
+
#include "agg_basics.h"
#include "agg_color_rgba.h"
#include "agg_rendering_buffer.h"
|