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

build with gcc 11

This commit is contained in:
xavier
2021-05-19 22:34:15 +02:00
parent 30ba177168
commit 28e5aae17e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
#define __TRACYSOURCECONTENTS_HPP__
#include <stdint.h>
#include <stddef.h>
#include <vector>
#include "TracySourceTokenizer.hpp"