1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-01 08:52:11 +01:00

[d3d8] Add missing include to d3d8_state_block.h

This commit is contained in:
WinterSnowfall 2024-12-06 00:22:35 +02:00 committed by Robin Kertels
parent a78c1bd6dd
commit b1ad43145b

View File

@ -5,6 +5,8 @@
#include "d3d8_device.h" #include "d3d8_device.h"
#include "d3d8_device_child.h" #include "d3d8_device_child.h"
#include "../util/util_bit.h"
#include <array> #include <array>
namespace dxvk { namespace dxvk {