From: Giovanni Mascellani gmascellani@codeweavers.com
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 03c9b5789..f9d3d9b19 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 {