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 211aadd commit 15e759aCopy full SHA for 15e759a
src/lib/ddktl/BUILD.gn
@@ -66,6 +66,9 @@ source_set("ddktl") {
66
67
# <ddktl/metadata_server.h> has #include <lib/driver/outgoing/cpp/outgoing_directory.h>
68
"//sdk/lib/driver/outgoing/cpp",
69
+
70
+ # <ddktl/device.h> has #include <lib/component/incoming/cpp/protocol.h>.
71
+ "//sdk/lib/component/incoming/cpp",
72
]
73
}
74
0 commit comments