summaryrefslogtreecommitdiff
path: root/dev-util/kernelshark/files/kernelshark-2.3.1-algorithm.patch
blob: 8a007bb02bc284ca618937af62844ed6306dc883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>