From 846132ba8ff33bf9e09d595dc930ff241c985f74 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 27 Oct 2015 11:23:21 -0600 Subject: misc: Add intrin.h to support ffs utility --- layers/vk_layer_utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layers/vk_layer_utils.h b/layers/vk_layer_utils.h index 376f81b2..63673c81 100644 --- a/layers/vk_layer_utils.h +++ b/layers/vk_layer_utils.h @@ -26,6 +26,8 @@ #include #ifndef WIN32 #include /* for ffs() */ +#else +#include /* for __lzcnt() */ #endif #ifdef __cplusplus -- cgit v1.2.3