mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
13 lines
287 B
Diff
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>
|
|
|