diff options
author | Tim Rowley <[email protected]> | 2016-05-27 16:17:47 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-06-23 10:49:59 -0500 |
commit | 695af2a7e20bd38aafedf3ab32f5b258248cd360 (patch) | |
tree | 008ae7af4aa95b98799f5060cd26fe53b45c035e /src/gallium/drivers/swr/rasterizer/common | |
parent | 95f21a97666d5eb112fffc4d724e54229e06ebf8 (diff) |
swr: [rasterizer common] fix include for Intel compiler
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/common')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/common/os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/common/os.h b/src/gallium/drivers/swr/rasterizer/common/os.h index 370c619eef1..45517f6e67d 100644 --- a/src/gallium/drivers/swr/rasterizer/common/os.h +++ b/src/gallium/drivers/swr/rasterizer/common/os.h @@ -34,7 +34,7 @@ #ifndef NOMINMAX #define NOMINMAX #endif -#include "Windows.h" +#include <windows.h> #include <intrin.h> #include <cstdint> |