PRIu64/home/o3de/github/o3de-multiplayersample/MPSGameLift/Code/Source/MatchmakingSystemComponent.cpp:267:85: error: format specifies type 'long long' but the argument has type 'std::chrono::duration<long, std::ratio<1, 1000>>::rep' (aka 'long') [-Werror,-Wformat]
httpLatenciesParam += AZStd::string::format("%s_%lld ", region.c_str(), latencyMs.count());
Fixes the following Linux compile error: