Add missing import to functional for Windows. (#8382)

This commit is contained in:
Chinmay Garde 2019-03-29 18:14:06 -07:00 committed by GitHub
parent 9d7167516e
commit b75472c106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
#ifndef FLUTTER_TESTING_TEST_DART_NATIVE_RESOLVER_H_
#define FLUTTER_TESTING_TEST_DART_NATIVE_RESOLVER_H_
#include <functional>
#include <map>
#include <memory>