JVCL, mbColorLib, TvPlanIt: Fix compilation with Laz/main

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8827 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-06-06 18:23:57 +00:00
parent ec547b35ca
commit 670eceeb88
19 changed files with 48 additions and 20 deletions

View File

@ -41,7 +41,7 @@ unit JvErrorIndicator;
interface
uses
Classes, Graphics, Controls, ImgList;
Classes, Graphics, Types, Controls, ImgList;
type
IJvErrorIndicatorClient = interface;