Skip to content

Commit c32f36a

Browse files
committed
Fixing c vs c++ header file issue.
1 parent b31ab19 commit c32f36a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/map/if/acd/ac_wrapper.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#define __ACD_WRAPPER_H_
2222

2323
#ifdef _MSC_VER
24-
# include <numeric> // std::iota
2524
# include <intrin.h>
2625
# define __builtin_popcount __popcnt
2726
#endif

src/map/if/acd/kitty_constants.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <cstdint>
66
#include <vector>
7+
#include <numeric> // std::iota
78

89
ABC_NAMESPACE_CXX_HEADER_START
910

0 commit comments

Comments
 (0)