* Fix compilation using namespaces

This commit is contained in:
Michaël Van Canneyt 2025-04-22 08:32:59 +02:00
parent 413586c041
commit 818fc4244b

View File

@ -139,7 +139,7 @@ implementation
{$IFDEF FPC_DOTTEDUNITS}
uses System.Hash.Utils
{$if defined(x86_64) or defined(CPU386)},System.Cpu{$endif};
{$if defined(x86_64) or defined(CPU386)},System.CPU{$endif};
{$ELSE FPC_DOTTEDUNITS}
uses fphashutils
{$if defined(x86_64) or defined(CPU386)},cpu{$endif};