Browse Source

* Re-add Pas2jsLibCompiler to uses clause

git-svn-id: trunk@37881 -
michael 7 years ago
parent
commit
d9f733bada
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/pas2js/pas2jslib.pp

+ 1 - 1
utils/pas2js/pas2jslib.pp

@@ -4,7 +4,7 @@ library pas2jslib;
 {$H+}
 
 uses
-  SysUtils, Classes, FPPJsSrcMap, Pas2jsFileCache, Pas2jsCompiler;
+  SysUtils, Classes, FPPJsSrcMap, Pas2jsFileCache, Pas2jsCompiler, Pas2jsLibCompiler;
 
 
 exports