commit | 5252660bfe1e9ed34c31e8d12475b7e81741eec8 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Thu Mar 29 22:53:10 2018 +0100 |
committer | Primiano Tucci <primiano@google.com> | Thu Mar 29 22:52:23 2018 +0000 |
tree | 64430371055dae337fbb131742fbee13c6770c5b | |
parent | c4c3cebfa59102b4f8cda9304c9734a5e73c6e92 [diff] |
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>