mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Do not use relative include path for ImGUI.h
#pragma once gets confused by `../../imgui/imgui.h` and `imgui.h` on macOS with XCode 12.5.
This commit is contained in:
parent
8219a0e4ca
commit
63e2c16e74
@ -1,7 +1,7 @@
|
||||
#ifndef __TRACYMOUSE_HPP__
|
||||
#define __TRACYMOUSE_HPP__
|
||||
|
||||
#include "../imgui/imgui.h"
|
||||
#include "imgui.h"
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user