mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Merge pull request #4813 from lioncash/include
D3D: Add CommonTypes include to D3DTexture.h
This commit is contained in:
commit
28357f16e2
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
Reference in a new issue