commit | ad2c546a266d850dd9c2fa716893d1bb03d7e59c | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Thu Mar 15 13:34:08 2018 +0000 |
committer | Hector Dearman <hjd@google.com> | Thu Mar 15 13:34:08 2018 +0000 |
tree | 0e93eada57abafc44e079e87a3088244cedf0367 | |
parent | 5c04a5193be87a85cdfc3fe9927d75c717d99698 [diff] |
traced_probes: Fix gcc build We were missing an include. Bug: 69362224 Change-Id: I1bf225d4dc1ac96cd4a2925f4a79078476be341c
diff --git a/src/traced/probes/process_stats_data_source.h b/src/traced/probes/process_stats_data_source.h index 063936c..2b691ab 100644 --- a/src/traced/probes/process_stats_data_source.h +++ b/src/traced/probes/process_stats_data_source.h
@@ -18,8 +18,10 @@ #define SRC_TRACED_PROBES_PROCESS_STATS_DATA_SOURCE_H_ #include <memory> +#include <vector> #include "perfetto/base/weak_ptr.h" +#include "perfetto/tracing/core/basic_types.h" #include "perfetto/tracing/core/trace_writer.h" namespace perfetto {