diff --git a/shell/platform/windows/client_wrapper/BUILD.gn b/shell/platform/windows/client_wrapper/BUILD.gn index 4a62ffb8fe723..25f0f857f66f1 100644 --- a/shell/platform/windows/client_wrapper/BUILD.gn +++ b/shell/platform/windows/client_wrapper/BUILD.gn @@ -5,7 +5,10 @@ import("$flutter_root/shell/platform/common/cpp/client_wrapper/publish.gni") import("$flutter_root/testing/testing.gni") -_wrapper_includes = [ "include/flutter/flutter_view_controller.h" ] +_wrapper_includes = [ + "include/flutter/flutter_view_controller.h", + "include/flutter/plugin_registrar_windows.h", +] _wrapper_sources = [ "flutter_view_controller.cc" ]