IndySockets / Indy

Indy - Internet Direct
https://www.indyproject.org
434 stars 147 forks source link

Unit IdLDAPV3.pas will not compile #503

Closed sstewart1967 closed 9 months ago

sstewart1967 commented 9 months ago

The unit IdLDAPV3.pas will not compile because it references FreeAndNil. The solution is to add SysUtils to the uses clause.