gentoo/dev-util/kernelshark/files/kernelshark-2.3.1-algorithm.patch
Yixun Lan 9219b2f0c7
dev-util/kernelshark: add 2.3.1
Signed-off-by: Yixun Lan <dlan@gentoo.org>
2024-05-30 01:35:41 +00:00

13 lines
287 B
Diff

diff --git a/src/plugins/LatencyPlot.cpp b/src/plugins/LatencyPlot.cpp
index d412917..3597f5d 100644
--- a/src/plugins/LatencyPlot.cpp
+++ b/src/plugins/LatencyPlot.cpp
@@ -13,6 +13,7 @@
#include <math.h>
// C++
+#include <algorithm>
#include <unordered_map>
#include <iostream>