From b75472c106d0cd0aab45de6bc16e0d6aa6d418cf Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Fri, 29 Mar 2019 18:14:06 -0700 Subject: [PATCH] Add missing import to functional for Windows. (#8382) --- testing/test_dart_native_resolver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_dart_native_resolver.h b/testing/test_dart_native_resolver.h index 8b928170d4f..632824142d9 100644 --- a/testing/test_dart_native_resolver.h +++ b/testing/test_dart_native_resolver.h @@ -5,6 +5,7 @@ #ifndef FLUTTER_TESTING_TEST_DART_NATIVE_RESOLVER_H_ #define FLUTTER_TESTING_TEST_DART_NATIVE_RESOLVER_H_ +#include #include #include