Merge pull request #523 from shapr3d/fix_d3d_build

Add missing include in TracyD3D11.hpp
This commit is contained in:
Bartosz Taudul 2023-02-10 12:22:05 +01:00 committed by GitHub
commit 69d0510255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,8 @@ using TracyD3D11Ctx = void*;
#include "../common/TracyAlign.hpp"
#include "../common/TracyAlloc.hpp"
#include <d3d11.h>
namespace tracy
{