summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/archrast
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2017-11-07 13:50:11 -0600
committerTim Rowley <[email protected]>2017-11-20 13:50:51 -0600
commitbc356b0fc0839b19eadbd96018f23c486ff00e84 (patch)
treef4ffdd8b2c13a734bc22d11d0e7132876ffbd135 /src/gallium/drivers/swr/rasterizer/archrast
parent395a298fa52adf04062b9fee98258b25c0f047e9 (diff)
swr/rast: Cache eventmanager
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/archrast')
-rw-r--r--src/gallium/drivers/swr/rasterizer/archrast/archrast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/archrast/archrast.h b/src/gallium/drivers/swr/rasterizer/archrast/archrast.h
index fa88a4948c9..c74d6ad9097 100644
--- a/src/gallium/drivers/swr/rasterizer/archrast/archrast.h
+++ b/src/gallium/drivers/swr/rasterizer/archrast/archrast.h
@@ -29,6 +29,7 @@
#include "common/os.h"
#include "gen_ar_event.hpp"
+#include "eventmanager.h"
namespace ArchRast
{