swr: [rasterizer common] fix include for Intel compiler
authorTim Rowley <timothy.o.rowley@intel.com>
Fri, 27 May 2016 22:17:47 +0000 (16:17 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 23 Jun 2016 15:49:59 +0000 (10:49 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/common/os.h

index 370c619eef16ca313d3c6a56fe1ac198767601f5..45517f6e67debc8d093edf7df0690d1b41f04dd5 100644 (file)
@@ -34,7 +34,7 @@
 #ifndef NOMINMAX
 #define NOMINMAX
 #endif
-#include "Windows.h"
+#include <windows.h>
 #include <intrin.h>
 #include <cstdint>