Skip to content

Commit

Permalink
Add missing include of flag.h.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 348554347
  • Loading branch information
fangism committed Dec 22, 2020
1 parent fb78779 commit b6621f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions verilog/tools/project/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cc_binary(
"//common/util:subcommand",
"//verilog/analysis:symbol_table",
"//verilog/analysis:verilog_project",
"@com_google_absl//absl/flags:flag",
"@com_google_absl//absl/flags:usage",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
Expand Down
1 change: 1 addition & 0 deletions verilog/tools/project/project_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <iostream>
#include <string>

#include "absl/flags/flag.h"
#include "absl/flags/usage.h"
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
Expand Down

0 comments on commit b6621f2

Please sign in to comment.