mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
add mising cstdint include that was saucing compilation failure in the linux github workflow (but not locally, likely due to diff compiler)
This commit is contained in:
parent
e04e595eec
commit
6c0bb0a56a
@ -4,6 +4,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <regex>
|
||||
#include <cstdint>
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user