Browse Source

Fix compilation of classes unit for watcom target

git-svn-id: trunk@37461 -
pierre 7 years ago
parent
commit
ca79cbef1f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/watcom/classes.pp

+ 2 - 1
rtl/watcom/classes.pp

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