Browse Source

fix release compilation

johann 5 years ago
parent
commit
0366717606
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lazpaint/upython.pas

+ 1 - 1
lazpaint/upython.pas

@@ -49,7 +49,7 @@ function GetPythonVersion(APythonBin: string = DefaultPythonBin): string;
 
 implementation
 
-uses process, UResourceStrings, Forms;
+uses process, UResourceStrings, Forms, UTranslation;
 
 function GetPythonVersion(APythonBin: string = DefaultPythonBin): string;
 const PythonVersionPrefix = 'Python ';