diff -r 54a78ec6aac4 -r 0dfe26f48ec1 hedgewars/uStats.pas --- a/hedgewars/uStats.pas Sun Nov 21 19:14:45 2010 +0300 +++ b/hedgewars/uStats.pas Sun Nov 21 19:41:19 2010 +0300 @@ -35,7 +35,7 @@ procedure SendStats; implementation -uses uTeams, uSound, uLocale, uVariables, uUtils, uIO, uCaptions; +uses uTeams, uSound, uLocale, uVariables, uUtils, uIO, uCaptions, uDebug; var DamageGiven : Longword = 0; DamageClan : Longword = 0;