summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeorge Kyriazis <[email protected]>2018-04-14 03:34:44 -0500
committerGeorge Kyriazis <[email protected]>2018-04-27 14:36:41 -0500
commitcec1b52cace685e26b3ab065c320328355df9eeb (patch)
treeccaccb57bad395c8de0125b1a15244db2f8f02aa /src
parent7b343a215ecfcc7f13a4558ae07b15a67dc99045 (diff)
swr/rast: Internal core change
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/swr/rasterizer/core/utils.h1
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"