Skip to content

Commit

Permalink
Re-add included needed include.
Browse files Browse the repository at this point in the history
Follow-up to recent change in this file.

PiperOrigin-RevId: 693519811
  • Loading branch information
hzeller authored and copybara-github committed Nov 6, 2024
1 parent 9b678be commit fce558d
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 @@ -178,6 +178,7 @@ cc_test(
"//xls/dslx:parse_and_typecheck",
"//xls/dslx/frontend:ast",
"//xls/dslx/frontend:comment_data",
"//xls/dslx/frontend:module",
"//xls/dslx/frontend:pos",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
Expand Down
1 change: 1 addition & 0 deletions xls/dslx/fmt/format_disabler_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "xls/dslx/fmt/comments.h"
#include "xls/dslx/frontend/ast.h"
#include "xls/dslx/frontend/comment_data.h"
#include "xls/dslx/frontend/module.h"
#include "xls/dslx/frontend/pos.h"
#include "xls/dslx/parse_and_typecheck.h"

Expand Down

0 comments on commit fce558d

Please sign in to comment.