1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Change system include from using "" to <>

This commit is contained in:
Tobias Widlund
2018-06-30 16:00:51 +02:00
parent b6cce4ddb6
commit 273355b665
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "stdio.h"
#include <stdio.h>
#include "TracyCallstack.hpp"
#ifdef TRACY_HAS_CALLSTACK