diff --git a/src/map/if/acd/ac_wrapper.h b/src/map/if/acd/ac_wrapper.h index a39e9145d..a6e54b0a9 100644 --- a/src/map/if/acd/ac_wrapper.h +++ b/src/map/if/acd/ac_wrapper.h @@ -23,7 +23,8 @@ #ifdef _MSC_VER # include # define __builtin_popcount __popcnt -# define __builtin_popcountl __popcnt64 +//# define __builtin_popcountl __popcnt64 // the compiler does not find __popcnt64 +# define __builtin_popcountl __popcnt #endif #include "misc/util/abc_global.h"