Skip to content

Commit 01c4896

Browse files
committed
Review comment: Add IWYU for the vast dependency.
1 parent df1759c commit 01c4896

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xls/public/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ cc_library(
264264
":c_api_format_preference",
265265
":c_api_impl_helpers",
266266
":c_api_ir_builder",
267+
":c_api_vast",
267268
":runtime_build_actions",
268269
"//xls/common:init_xls",
269270
"//xls/common/file:filesystem",

xls/public/c_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "xls/public/c_api_dslx.h"
2222
#include "xls/public/c_api_format_preference.h"
2323
#include "xls/public/c_api_ir_builder.h"
24+
#include "xls/public/c_api_vast.h" // IWYU pragma: export
2425

2526
// C API that exposes the functionality in various public headers in a way that
2627
// C-based FFI facilities can easily wrap.

0 commit comments

Comments
 (0)