From c32f36af0884a2b91f1b115745466b8505d871f5 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 19 Mar 2024 08:13:07 +0900 Subject: [PATCH] Fixing c vs c++ header file issue. --- src/map/if/acd/ac_wrapper.h | 1 - src/map/if/acd/kitty_constants.hpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/if/acd/ac_wrapper.h b/src/map/if/acd/ac_wrapper.h index 4dbb1dee7..34226b10c 100644 --- a/src/map/if/acd/ac_wrapper.h +++ b/src/map/if/acd/ac_wrapper.h @@ -21,7 +21,6 @@ #define __ACD_WRAPPER_H_ #ifdef _MSC_VER -# include // std::iota # include # define __builtin_popcount __popcnt #endif diff --git a/src/map/if/acd/kitty_constants.hpp b/src/map/if/acd/kitty_constants.hpp index 35ff489e9..180180c42 100644 --- a/src/map/if/acd/kitty_constants.hpp +++ b/src/map/if/acd/kitty_constants.hpp @@ -4,6 +4,7 @@ #include #include +#include // std::iota ABC_NAMESPACE_CXX_HEADER_START