diff --git a/.pick_status.json b/.pick_status.json index befb3080b40..f93d511582d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3514,7 +3514,7 @@ "description": "d3d12: Add missing using Microsoft::WRL:ComPtr in d3d12_context_common", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "b06b2fbaba0902885bb97f4d0fe643a8f2d82993", "notes": null diff --git a/src/gallium/drivers/d3d12/d3d12_context_common.cpp b/src/gallium/drivers/d3d12/d3d12_context_common.cpp index d41cf1cd030..287ffaea7bb 100644 --- a/src/gallium/drivers/d3d12/d3d12_context_common.cpp +++ b/src/gallium/drivers/d3d12/d3d12_context_common.cpp @@ -62,6 +62,11 @@ #include #include "d3d12_interop_public.h" +#ifndef _GAMING_XBOX +#include +using Microsoft::WRL::ComPtr; +#endif + static void d3d12_context_destroy(struct pipe_context *pctx) {