mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-13 08:40:04 +00:00
Fix include statement for Tracy.hpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user