diff options
author | George Kyriazis <[email protected]> | 2018-04-14 03:34:44 -0500 |
---|---|---|
committer | George Kyriazis <[email protected]> | 2018-04-27 14:36:41 -0500 |
commit | cec1b52cace685e26b3ab065c320328355df9eeb (patch) | |
tree | ccaccb57bad395c8de0125b1a15244db2f8f02aa | |
parent | 7b343a215ecfcc7f13a4558ae07b15a67dc99045 (diff) |
swr/rast: Internal core change
Reviewed-by: Bruce Cherniak <[email protected]>
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/core/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/utils.h b/src/gallium/drivers/swr/rasterizer/core/utils.h index d6cbf2436d3..7769e05a678 100644 --- a/src/gallium/drivers/swr/rasterizer/core/utils.h +++ b/src/gallium/drivers/swr/rasterizer/core/utils.h @@ -30,6 +30,7 @@ #include <string.h> #include <type_traits> #include <algorithm> +#include <array> #include "common/os.h" #include "common/intrin.h" #include "common/swr_assert.h" |