Fixing c vs c++ header file issue.

This commit is contained in:
Alan Mishchenko 2024-03-19 08:13:07 +09:00
parent b31ab1960b
commit c32f36af08
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#define __ACD_WRAPPER_H_
#ifdef _MSC_VER
# include <numeric> // std::iota
# include <intrin.h>
# define __builtin_popcount __popcnt
#endif

View File

@ -4,6 +4,7 @@
#include <cstdint>
#include <vector>
#include <numeric> // std::iota
ABC_NAMESPACE_CXX_HEADER_START