Fix compilation due to generatorbase unit addition.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4648 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa 2016-05-13 10:31:22 +00:00
parent e2921c7a65
commit ca6be693e4

View File

@ -251,7 +251,8 @@ implementation
uses
view_helper, DOM, wst_fpc_xml, XMLWrite,
xsd_parser, wsdl_parser, source_utils, command_line_parser, generator, metadata_generator,
xsd_parser, wsdl_parser, source_utils, command_line_parser, generator,
metadata_generator, generatorbase,
binary_streamer, wst_resources_utils, xsd_generator, wsdl_generator,
uabout, edit_helper, udm, ufrmsaveoption, ueditoptions, pparser, SynEditTypes
{$IFDEF WST_IDE},LazIDEIntf,IDEMsgIntf, IDEExternToolIntf{$ENDIF}