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:
trodrigues 2023-11-19 06:50:56 -08:00
parent e04e595eec
commit 6c0bb0a56a

View File

@ -4,6 +4,7 @@
#include <string>
#include <vector>
#include <regex>
#include <cstdint>
namespace tracy
{