1
0
mirror of https://github.com/wolfpld/tracy synced 2025-01-15 11:57:59 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Bartosz Taudul
9eda9dc696
Merge pull request #222 from xxxbxxx/gcc11
build with gcc 11
2021-05-20 17:59:03 +02:00
xavier
28e5aae17e build with gcc 11 2021-05-20 17:30:54 +02:00
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define __TRACYSOURCECONTENTS_HPP__
#include <stdint.h>
#include <stddef.h>
#include <vector>
#include "TracySourceTokenizer.hpp"

View File

@ -47,6 +47,7 @@
#include <string>
#include <type_traits>
#include <utility>
#include <limits>
#if __cplusplus >= 201703L
# include <string_view>
#endif