From de8e5eb6e237190471f28e37f0d5372157ec03f1 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 12 Sep 2020 13:30:47 +0200 Subject: [PATCH] Add missing header. --- profiler/src/HttpRequest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/profiler/src/HttpRequest.cpp b/profiler/src/HttpRequest.cpp index 38f162d0..98991bb3 100644 --- a/profiler/src/HttpRequest.cpp +++ b/profiler/src/HttpRequest.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include "../common/TracySocket.hpp" #include "../server/TracyVersion.hpp"