From 27270d3282dff3b788fcc395bea8a127313e0eff Mon Sep 17 00:00:00 2001 From: kimwalisch Date: Thu, 11 Jul 2024 21:26:06 +0200 Subject: [PATCH] Fix include headers --- include/primesieve/popcnt.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/primesieve/popcnt.hpp b/include/primesieve/popcnt.hpp index 8403178c..8284760b 100644 --- a/include/primesieve/popcnt.hpp +++ b/include/primesieve/popcnt.hpp @@ -12,11 +12,11 @@ #ifndef POPCNT_HPP #define POPCNT_HPP -#include +#include "macros.hpp" #include #if defined(ENABLE_MULTIARCH_x86_POPCNT) - #include + #include "cpu_supports_popcnt.hpp" #endif // GCC & Clang