8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
12 lines
261 B
Diff
12 lines
261 B
Diff
diff --git a/image/png_image.cpp b/image/png_image.cpp
|
|
index 37875fc..1531d6f 100644
|
|
--- a/image/png_image.cpp
|
|
+++ b/image/png_image.cpp
|
|
@@ -4,6 +4,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#include <png.h>
|
|
#include "png_image.h"
|