1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

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
+2
View File
@@ -42,6 +42,8 @@ using TracyD3D11Ctx = void*;
#include "../common/TracyAlign.hpp"
#include "../common/TracyAlloc.hpp"
#include <d3d11.h>
namespace tracy
{