blob: 208046c3822124f7675fc7d9b9873331145b1300 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/xmoto-0.5.7.old/src/image/tim_png.cpp b/xmoto-0.5.7/src/image/tim_png.cpp
index 75fd545..e4073dc 100644
--- a/xmoto-0.5.7.old/src/image/tim_png.cpp
+++ b/xmoto-0.5.7/src/image/tim_png.cpp
@@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <string.h>
#include "tim.h"
#include "png.h"
+#include "zlib.h"
/*==============================================================================
Types
|