Changed win ifdef

pull/38/head
biagio montesano 11 years ago
parent 20b8bb4a2c
commit 35b1e1eb40
  1. 2
      modules/line_descriptor/include/opencv2/line_descriptor/bitops.hpp

@ -43,7 +43,7 @@
#ifndef __OPENCV_BITOPTS_HPP
#define __OPENCV_BITOPTS_HPP
#ifdef __MSC_VER
#ifdef _WIN32
# include <intrin.h>
# define popcnt __popcnt
# define popcntll __popcount64

Loading…
Cancel
Save