summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_state.h
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2016-04-25 14:19:58 -0600
committerTim Rowley <[email protected]>2016-05-05 14:48:55 -0500
commit1eb211c4a4c31e5e46840435df90554fbc864adc (patch)
tree3af8af87bd2572f1fc4248ceceadcac7e542dd8c /src/gallium/drivers/swr/swr_state.h
parentd97e333ea435906a1b0a50972cb942c68dd734a2 (diff)
swr: [rasterizer] Whitespace cleanup and misc changes
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/swr_state.h')
-rw-r--r--src/gallium/drivers/swr/swr_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/swr_state.h b/src/gallium/drivers/swr/swr_state.h
index fb0319cc699..82ee20f73c1 100644
--- a/src/gallium/drivers/swr/swr_state.h
+++ b/src/gallium/drivers/swr/swr_state.h
@@ -35,6 +35,7 @@
#include "swr_tex_sample.h"
#include "swr_shader.h"
#include <unordered_map>
+#include <memory>
template <typename T>
struct ShaderVariant {