1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08: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:
Giulio Eulisse
2021-05-17 12:05:14 +02:00
committed by GitHub
parent 8219a0e4ca
commit 63e2c16e74
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef __TRACYMOUSE_HPP__
#define __TRACYMOUSE_HPP__
#include "../imgui/imgui.h"
#include "imgui.h"
namespace tracy
{