Skip to content

Commit

Permalink
slang-tidy fix includes for win compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Sustrak committed Jun 23, 2023
1 parent a43c72d commit 528906a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/tidy/src/style/AlwaysCombNonBlocking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "fmt/color.h"

#include "slang/syntax/AllSyntax.h"
#include "slang/text/SourceManager.h"

using namespace slang;
using namespace slang::ast;
Expand Down
1 change: 1 addition & 0 deletions tools/tidy/src/style/AlwaysFFBlocking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "fmt/color.h"

#include "slang/syntax/AllSyntax.h"
#include "slang/text/SourceManager.h"

using namespace slang;
using namespace slang::ast;
Expand Down
1 change: 1 addition & 0 deletions tools/tidy/src/style/EnforcePortSuffix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "fmt/color.h"

#include "slang/syntax/AllSyntax.h"
#include "slang/text/SourceManager.h"

using namespace slang;
using namespace slang::ast;
Expand Down
1 change: 1 addition & 0 deletions tools/tidy/src/style/NoOldAlwaysSyntax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "TidyDiags.h"

#include "slang/syntax/AllSyntax.h"
#include "slang/text/SourceManager.h"

using namespace slang;
using namespace slang::ast;
Expand Down
1 change: 1 addition & 0 deletions tools/tidy/src/synthesis/NoLatchesOnDesign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "fmt/color.h"

#include "slang/syntax/AllSyntax.h"
#include "slang/text/SourceManager.h"

using namespace slang;
using namespace slang::ast;
Expand Down
1 change: 1 addition & 0 deletions tools/tidy/src/synthesis/OnlyAssignedOnReset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "fmt/color.h"

#include "slang/syntax/AllSyntax.h"
#include "slang/text/SourceManager.h"

using namespace slang;
using namespace slang::ast;
Expand Down
1 change: 1 addition & 0 deletions tools/tidy/src/synthesis/RegisterHasNoReset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "fmt/color.h"

#include "slang/syntax/AllSyntax.h"
#include "slang/text/SourceManager.h"

using namespace slang;
using namespace slang::ast;
Expand Down

0 comments on commit 528906a

Please sign in to comment.