Skip to content

Commit

Permalink
Fix missing import/dependency of ast_node from ast_fmt.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700746436
  • Loading branch information
dplassgit authored and copybara-github committed Nov 27, 2024
1 parent b815e43 commit 661185f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions xls/dslx/fmt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ cc_library(
"//xls/dslx:virtualizable_file_system",
"//xls/dslx/frontend:ast",
"//xls/dslx/frontend:ast_cloner",
"//xls/dslx/frontend:ast_node",
"//xls/dslx/frontend:comment_data",
"//xls/dslx/frontend:module",
"//xls/dslx/frontend:pos",
Expand Down
1 change: 1 addition & 0 deletions xls/dslx/fmt/ast_fmt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include "xls/dslx/fmt/pretty_print.h"
#include "xls/dslx/frontend/ast.h"
#include "xls/dslx/frontend/ast_cloner.h"
#include "xls/dslx/frontend/ast_node.h"
#include "xls/dslx/frontend/comment_data.h"
#include "xls/dslx/frontend/module.h"
#include "xls/dslx/frontend/pos.h"
Expand Down

0 comments on commit 661185f

Please sign in to comment.