Module: vkd3d Branch: master Commit: 2a101cf697c1b885447e9388c284a5cd0620caa1 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/2a101cf697c1b885447e9388c284a5...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Sun Mar 31 22:54:14 2024 +0200
tests: Include vkd3d_d3d12.h in utils.h.
RECT and D3D12_BOX are used from there.
---
tests/utils.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/utils.h b/tests/utils.h index 03c9b578..f9d3d9b1 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -24,6 +24,7 @@ #include <stdint.h> #include <stdlib.h> #include "vkd3d_test.h" +#include "vkd3d_d3d12.h"
struct vec2 {