Browse Source

* Fix compilation using namespaces

Michaël Van Canneyt 3 months ago
parent
commit
818fc4244b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-hash/src/fpsha256.pp

+ 1 - 1
packages/fcl-hash/src/fpsha256.pp

@@ -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};