Merge pull request #8528 from CaseyCarter/includes

Include <memory> for std::unique_ptr in DXContext.h
This commit is contained in:
Mat M 2019-12-19 17:29:43 -05:00 committed by GitHub
commit eea4e4385e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
#pragma once
#include <array>
#include <memory>
#include "Common/CommonTypes.h"
#include "VideoBackends/D3D12/Common.h"