vkd3d: Add some missing includes.
- Apr 02, 2024
-
-
RECT and D3D12_BOX are used from there.
-
Type size_t is used in the file without importing any header which defines it. This only works when the translation unit includes one of the appropriate headers anyway or when the appropriate header is included internally by other standard C headers; none of those strategies should be relied upon.
-