diff -r bcefeeabaa33 -r ae5507ddb989 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Nov 18 11:32:47 2010 +0300 +++ b/hedgewars/uStore.pas Thu Nov 18 11:45:31 2010 +0300 @@ -66,7 +66,7 @@ procedure Tint(c: Longword); inline; implementation -uses uMisc, uConsole, uLocale, uMobile, uVariables, uUtils; +uses uMisc, uConsole, uLocale, uMobile, uVariables, uUtils, uTextures; type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel, gvApple);