From bf7cc0a0d535c9e4434aa601c6c624ab4de1dd89 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 20 Jan 2019 17:17:09 +0100 Subject: [PATCH] Add missing header for PRIxMAX. --- client/TracyProfiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index de1b7be4..71e3dfab 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -7,6 +7,7 @@ # include # include # include +# include #else # include #endif