mirror of https://github.com/YosysHQ/abc.git
Fixing c vs c++ header file issue.
This commit is contained in:
parent
b31ab1960b
commit
c32f36af08
|
|
@ -21,7 +21,6 @@
|
|||
#define __ACD_WRAPPER_H_
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include <numeric> // std::iota
|
||||
# include <intrin.h>
|
||||
# define __builtin_popcount __popcnt
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <numeric> // std::iota
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_START
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue