Skip to content

Commit a39f3f0

Browse files
stuartmorgan-gfluttergithubbot
authored andcommitted
Add plugin_registrar_windows.h to published wrapper (flutter#15265)
1 parent 15d0aa8 commit a39f3f0

File tree

1 file changed

+4
-1
lines changed
  • shell/platform/windows/client_wrapper

1 file changed

+4
-1
lines changed

shell/platform/windows/client_wrapper/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
import("$flutter_root/shell/platform/common/cpp/client_wrapper/publish.gni")
66
import("$flutter_root/testing/testing.gni")
77

8-
_wrapper_includes = [ "include/flutter/flutter_view_controller.h" ]
8+
_wrapper_includes = [
9+
"include/flutter/flutter_view_controller.h",
10+
"include/flutter/plugin_registrar_windows.h",
11+
]
912

1013
_wrapper_sources = [ "flutter_view_controller.cc" ]
1114

0 commit comments

Comments
 (0)