diff -r 8c71c5a1172f -r a69124eb7ce7 hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Tue May 17 23:18:08 2016 +0300 +++ b/hedgewars/uMisc.pas Tue May 17 23:29:49 2016 +0300 @@ -33,7 +33,7 @@ function SDL_RectMake(x, y, width, height: LongInt): TSDL_Rect; inline; implementation -uses SysUtils, uVariables, uUtils +uses uVariables, uUtils {$IFDEF PNG_SCREENSHOTS}, PNGh, png {$ENDIF}; type PScreenshot = ^TScreenshot;