Skip to content

Commit

Permalink
Update CPU.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Jul 29, 2024
1 parent 18e38f0 commit 10ee381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/Services/plugins/CPU.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "cpu_features/cpuinfo_aarch64.h"
#elif defined(CPU_FEATURES_ARCH_PPC)
#include "cpu_features/cpuinfo_ppc.h"
#elif define(CPU_FEATURES_ARCH_RISCV)
#elif defined(CPU_FEATURES_ARCH_RISCV)
#include "cpu_features/cpuinfo_riscv.h"
#endif

Expand Down

0 comments on commit 10ee381

Please sign in to comment.