Module: Mesa
Branch: master
Commit: 82e335ce675a28ecb0959cbf26d0e10fb4512cb7
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=82e335ce675a28ecb0959cbf26d0e10fb4512cb7

Author: Tim Rowley <timothy.o.row...@intel.com>
Date:   Thu May  5 15:48:32 2016 -0600

swr: [rasterizer common] include cstddef for offsetof

Reviewed-by: Bruce Cherniak <bruce.chern...@intel.com>

---

 src/gallium/drivers/swr/rasterizer/common/os.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/swr/rasterizer/common/os.h 
b/src/gallium/drivers/swr/rasterizer/common/os.h
index 7bfc66f..4076812 100644
--- a/src/gallium/drivers/swr/rasterizer/common/os.h
+++ b/src/gallium/drivers/swr/rasterizer/common/os.h
@@ -24,6 +24,7 @@
 #ifndef __SWR_OS_H__
 #define __SWR_OS_H__
 
+#include <cstddef>
 #include "core/knobs.h"
 
 #if (defined(FORCE_WINDOWS) || defined(_WIN32)) && !defined(FORCE_LINUX)

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to