mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <d3d11.h>
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace DX11
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue