Skip to content
Permalink
Browse files
Merge pull request #6232 from lioncash/d3d-vert-mgr
D3D/VertexManager: Add missing includes
  • Loading branch information
JosJuice committed Dec 3, 2017
2 parents 0c480a7 + b0fadbb commit f68956a
Showing 1 changed file 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"

0 comments on commit f68956a

Please sign in to comment.