We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d0aa8 commit a39f3f0Copy full SHA for a39f3f0
shell/platform/windows/client_wrapper/BUILD.gn
@@ -5,7 +5,10 @@
5
import("$flutter_root/shell/platform/common/cpp/client_wrapper/publish.gni")
6
import("$flutter_root/testing/testing.gni")
7
8
-_wrapper_includes = [ "include/flutter/flutter_view_controller.h" ]
+_wrapper_includes = [
9
+ "include/flutter/flutter_view_controller.h",
10
+ "include/flutter/plugin_registrar_windows.h",
11
+]
12
13
_wrapper_sources = [ "flutter_view_controller.cc" ]
14
0 commit comments