Fix include statement for Tracy.hpp

This commit is contained in:
Fengtu Wang
2025-12-17 09:47:19 +08:00
committed by GitHub
parent d2ffc9b9c6
commit 4745db1553

View File

@@ -35,7 +35,7 @@ using CUDACtx = std::nullptr_t;
#include <cxxabi.h>
#endif
#include "Tracy.hpp>"
#include "Tracy.hpp"
#ifndef UNREFERENCED
#define UNREFERENCED(x) (void)x