diff --git a/Source/Core/Common/Analytics.h b/Source/Core/Common/Analytics.h index 76fb8727c1..de87d21f1d 100644 --- a/Source/Core/Common/Analytics.h +++ b/Source/Core/Common/Analytics.h @@ -4,6 +4,7 @@ #pragma once +#include #include #include #include @@ -179,7 +180,7 @@ public: protected: std::string m_endpoint; - HttpRequest m_http; + HttpRequest m_http{std::chrono::seconds{5}}; }; } // namespace Common