Fix compilation of classes unit for watcom target

git-svn-id: trunk@37461 -
This commit is contained in:
pierre 2017-10-16 00:24:14 +00:00
parent e3a35d99ba
commit ca79cbef1f

View File

@ -23,11 +23,12 @@ unit Classes;
interface interface
uses uses
typinfo,
rtlconsts, rtlconsts,
types,
{$ifdef FPC_TESTGENERICS} {$ifdef FPC_TESTGENERICS}
fgl, fgl,
{$endif} {$endif}
typinfo,
sysutils; sysutils;
{$i classesh.inc} {$i classesh.inc}