Fix GCC build (again)

Bug: 73283884
Change-Id: I02e2afc24146349285556a48394d43ba30e77037
diff --git a/src/traced/probes/probes_producer.cc b/src/traced/probes/probes_producer.cc
index c6ea68a..3c3a532 100644
--- a/src/traced/probes/probes_producer.cc
+++ b/src/traced/probes/probes_producer.cc
@@ -18,6 +18,8 @@
 
 #include <stdio.h>
 #include <sys/stat.h>
+
+#include <algorithm>
 #include <queue>
 #include <string>