1
0
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:
Giulio Eulisse 2021-05-17 12:05:14 +02:00 committed by GitHub
parent 8219a0e4ca
commit 63e2c16e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#ifndef __TRACYMOUSE_HPP__
#define __TRACYMOUSE_HPP__
#include "../imgui/imgui.h"
#include "imgui.h"
namespace tracy
{