From 34066a41baa5d1e8b7c4288e678b2894a5013466 Mon Sep 17 00:00:00 2001 From: Bart Janssens Date: Fri, 6 Feb 2015 16:52:54 +0100 Subject: [PATCH] FIX: Boost 1.56-1.57 uuid SIMD bug workaround --- k3dsdk/uuid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/k3dsdk/uuid.h b/k3dsdk/uuid.h index 5ac0fb0b..e85caec4 100644 --- a/k3dsdk/uuid.h +++ b/k3dsdk/uuid.h @@ -25,6 +25,7 @@ */ #include +#define BOOST_UUID_NO_SIMD // This can be removed again once the Boost 1.56 - 1.57 regression in the SSE2 implementation of operator< is fixed. #include #include