diff --git a/components/jvcllaz/examples/JvValidators/JvValidatorsDemo.lpr b/components/jvcllaz/examples/JvValidators/JvValidatorsDemo.lpr index 711f85e15..606cffa9c 100644 --- a/components/jvcllaz/examples/JvValidators/JvValidatorsDemo.lpr +++ b/components/jvcllaz/examples/JvValidators/JvValidatorsDemo.lpr @@ -3,6 +3,7 @@ program JvValidatorsDemo; {$MODE Delphi} uses + {$IFDEF UNIX} cthreads, {$ENDIF} Forms, Interfaces, MainFrm in 'MainFrm.pas' {frmMain};