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