Explorar el Código

* Forgot to include sslbase

git-svn-id: trunk@49277 -
michael hace 4 años
padre
commit
fab90f0b65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-web/src/base/custhttpapp.pp

+ 1 - 1
packages/fcl-web/src/base/custhttpapp.pp

@@ -21,7 +21,7 @@ unit custhttpapp;
 Interface
 
 uses
-  Classes, SysUtils, httpdefs, custweb, ssockets,  fphttpserver;
+  Classes, SysUtils, httpdefs, custweb, ssockets,  fphttpserver, sslbase;
 
 Type
   TCustomHTTPApplication = Class;