commit | ea98b278917997ecde2061e134a00fe526f7a99d | [log] [tgz] |
---|---|---|
author | Krzysztof Kosiński <krzysio@google.com> | Fri Mar 15 23:22:06 2024 +0000 |
committer | Krzysztof Kosiński <krzysio@google.com> | Fri Mar 15 23:22:06 2024 +0000 |
tree | a38a18ebe0616f46bf9bbc305d613a127cd92984 | |
parent | 342f92247253c3ee5daf19715c6729b25a00141b [diff] [blame] |
Add missing header. Protobuf 22.x no longer pulls in <set>, it needs to be included explicitly. Bug: 329747255 Test: presubmit Change-Id: I8c0b219322b10a655d5687c506d1047ddb8aa99e
diff --git a/services/surfaceflinger/Tracing/TransactionTracing.h b/services/surfaceflinger/Tracing/TransactionTracing.h index ddbf3e4..cb96e05 100644 --- a/services/surfaceflinger/Tracing/TransactionTracing.h +++ b/services/surfaceflinger/Tracing/TransactionTracing.h
@@ -24,6 +24,7 @@ #include <mutex> #include <optional> +#include <set> #include <thread> #include "FrontEnd/DisplayInfo.h"