Add missing <functional> and <vector> includes
Bug: 175635923 Test: m MODULES-IN-system-core-libutils Change-Id: I065907a58a88723ae512f155dfde2d2fcb3fc322
This commit is contained in:
parent
93377e99e2
commit
999efbef09
1 changed files with 2 additions and 0 deletions
|
@ -13,7 +13,9 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "fuzzer/FuzzedDataProvider.h"
|
||||
#include "utils/String16.h"
|
||||
|
|
Loading…
Reference in a new issue