mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
D3D: Add CommonTypes include to D3DTexture.h
Resolves a compile error on the Windows CMake build.
This commit is contained in:
parent
a3ba169e7d
commit
a30c653f3d
@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <d3d11.h>
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace DX11
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user