mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Merge pull request #523 from shapr3d/fix_d3d_build
Add missing include in TracyD3D11.hpp
This commit is contained in:
commit
69d0510255
@ -42,6 +42,8 @@ using TracyD3D11Ctx = void*;
|
|||||||
#include "../common/TracyAlign.hpp"
|
#include "../common/TracyAlign.hpp"
|
||||||
#include "../common/TracyAlloc.hpp"
|
#include "../common/TracyAlloc.hpp"
|
||||||
|
|
||||||
|
#include <d3d11.h>
|
||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user