commit | ed754a6ffe0bfe1edebc554a5210c66ef4026353 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Wed Sep 20 17:54:48 2023 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Thu Sep 21 02:57:15 2023 +0000 |
tree | 7bf0b4e9e89c8244cdfb111632aae4b49a080547 | |
parent | 748848b7fcd407c4321819c33bc9eeadf1cfee97 [diff] |
binder: add missing <functional> include Bug: 175635923 Test: m MODULES-IN-frameworks-native-libs-binder Change-Id: Ic4a2ff8356471bb7276bcdb7fada1a10d5e370a4
diff --git a/libs/binder/tests/unit_fuzzers/BufferedTextOutputFuzz.cpp b/libs/binder/tests/unit_fuzzers/BufferedTextOutputFuzz.cpp index 09cb216..b80ac53 100644 --- a/libs/binder/tests/unit_fuzzers/BufferedTextOutputFuzz.cpp +++ b/libs/binder/tests/unit_fuzzers/BufferedTextOutputFuzz.cpp
@@ -16,6 +16,7 @@ #include <commonFuzzHelpers.h> #include <fuzzer/FuzzedDataProvider.h> +#include <functional> #include <string> #include <vector> #include "BufferedTextOutput.h"