Skip to content
Permalink
Browse files
Merge pull request #8528 from CaseyCarter/includes
Include <memory> for std::unique_ptr in DXContext.h
  • Loading branch information
lioncash committed Dec 19, 2019
2 parents 74dedc5 + 222bc6a commit eea4e43
Showing 1 changed file with 1 addition and 0 deletions.
@@ -5,6 +5,7 @@
#pragma once

#include <array>
#include <memory>

#include "Common/CommonTypes.h"
#include "VideoBackends/D3D12/Common.h"

0 comments on commit eea4e43

Please sign in to comment.