]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
Correct compilation on 64bits Linux systems.
authorbornet <bornet@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Wed, 7 Sep 2005 08:42:35 +0000 (08:42 +0000)
committerbornet <bornet@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Wed, 7 Sep 2005 08:42:35 +0000 (08:42 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@345 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/include/opencv/cxtypes.h

index 724a58ec11192ca83bd71565d38028168367857e..5d6f0d74ef351e6f148be13c110713247aaa295e 100644 (file)
@@ -48,7 +48,7 @@
   #include <string.h>
   #include <float.h>
 
-  #if defined WIN64 && defined EM64T && defined _MSC_VER
+  #if defined WIN64 && defined EM64T && defined _MSC_VER || defined __SSE2__
     #include <emmintrin.h>
   #endif