mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #6232 from lioncash/d3d-vert-mgr
D3D/VertexManager: Add missing includes
This commit is contained in:
commit
f68956a614
1 changed files with 4 additions and 0 deletions
|
@ -5,7 +5,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <d3d11.h>
|
||||
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "VideoCommon/NativeVertexFormat.h"
|
||||
#include "VideoCommon/VertexManagerBase.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue