From f5a554e4ea7db35477161560a8e1a19a52eed47c Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 18 Jul 2016 13:53:00 +0000 Subject: [PATCH] wst: Fix compilation (missing "uses generatorbase" in wstimportdlg.pas) git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4993 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/ide/lazarus/wstimportdlg.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wst/trunk/ide/lazarus/wstimportdlg.pas b/wst/trunk/ide/lazarus/wstimportdlg.pas index adccf45aa..8233889e8 100644 --- a/wst/trunk/ide/lazarus/wstimportdlg.pas +++ b/wst/trunk/ide/lazarus/wstimportdlg.pas @@ -72,7 +72,7 @@ implementation {$R *.lfm} uses DOM, XMLRead, wst_fpc_xml, pastree, pascal_parser_intf, wsdl_parser, source_utils, - generator, metadata_generator, binary_streamer, wst_resources_utils + generator, generatorbase, metadata_generator, binary_streamer, wst_resources_utils {$IFDEF WST_IDE},LazIDEIntf, ProjectIntf {$ENDIF},locators,xsd_parser; type