Skip to content

Commit

Permalink
Fix include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jul 11, 2024
1 parent c9fc3d6 commit 27270d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/primesieve/popcnt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
#ifndef POPCNT_HPP
#define POPCNT_HPP

#include <macros.hpp>
#include "macros.hpp"
#include <stdint.h>

#if defined(ENABLE_MULTIARCH_x86_POPCNT)
#include <cpu_supports_popcnt.hpp>
#include "cpu_supports_popcnt.hpp"
#endif

// GCC & Clang
Expand Down

0 comments on commit 27270d3

Please sign in to comment.