mirror of
https://abf.rosa.ru/djam/fheroes2.git
synced 2025-02-23 17:52:50 +00:00
11 lines
441 B
Diff
11 lines
441 B
Diff
diff -urN fheroes-src/src/engine/IMG_savepng.cpp fheroes-src-patched/src/engine/IMG_savepng.cpp
|
|
--- fheroes-src/src/engine/IMG_savepng.cpp 2010-03-23 11:44:39.000000000 +1000
|
|
+++ fheroes-src-patched/src/engine/IMG_savepng.cpp 2011-12-09 00:48:27.819222589 +1100
|
|
@@ -29,6 +29,7 @@
|
|
* 11/08/2004 - Compr fix, levels -1,1-7 now work - Tyler Montbriand
|
|
*/
|
|
#include <stdlib.h>
|
|
+#include <zlib.h>
|
|
#include "SDL.h"
|
|
#include "IMG_savepng.h"
|
|
|