mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 03:40:28 +01:00
swr: [rasterizer common] include cstddef for offsetof
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
759d8cf3a3
commit
82e335ce67
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue