Skip to content

Commit

Permalink
Fixing c vs c++ header file issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Mar 18, 2024
1 parent b31ab19 commit c32f36a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/map/if/acd/ac_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#define __ACD_WRAPPER_H_

#ifdef _MSC_VER
# include <numeric> // std::iota
# include <intrin.h>
# define __builtin_popcount __popcnt
#endif
Expand Down
1 change: 1 addition & 0 deletions src/map/if/acd/kitty_constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <cstdint>
#include <vector>
#include <numeric> // std::iota

ABC_NAMESPACE_CXX_HEADER_START

Expand Down

0 comments on commit c32f36a

Please sign in to comment.