diff -r 4600dcb9db4f -r 0fba6cb098a1 hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Sun May 15 14:29:37 2016 +0300 +++ b/hedgewars/uMisc.pas Sun May 15 23:11:14 2016 +0200 @@ -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;