Add missing include

This commit is contained in:
Levente Koncz 2023-02-10 12:15:58 +01:00
parent 3e30d155ac
commit f4a5bce28c

View File

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