Skip to content

Commit

Permalink
Include tuple for std::tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Nov 11, 2024
1 parent b337d75 commit 9ef92ee
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/Surelog/DesignCompile/ElaboratorHarness.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include <string>
#include <string_view>
#include <tuple>

namespace SURELOG {

Expand Down
1 change: 1 addition & 0 deletions include/Surelog/ErrorReporting/ErrorContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <set>
#include <string>
#include <string_view>
#include <tuple>
#include <utility>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions include/Surelog/SourceCompile/CommonListenerHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <map>
#include <string>
#include <string_view>
#include <tuple>

namespace antlr4 {
class CommonTokenStream;
Expand Down
1 change: 1 addition & 0 deletions include/Surelog/SourceCompile/SV3_1aPpTreeListenerHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <cstdint>
#include <set>
#include <string_view>
#include <tuple>
#include <vector>

namespace SURELOG {
Expand Down
1 change: 1 addition & 0 deletions include/Surelog/SourceCompile/SV3_1aTreeShapeHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <cstdint>
#include <stack>
#include <string_view>
#include <tuple>
#include <utility>

namespace antlr4 {
Expand Down
1 change: 1 addition & 0 deletions src/DesignCompile/ElaboratorHarness.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "Surelog/DesignCompile/ElaboratorHarness.h"

#include <string_view>
#include <tuple>

#include "Surelog/CommandLine/CommandLineParser.h"
#include "Surelog/Design/Design.h"
Expand Down
1 change: 1 addition & 0 deletions src/ErrorReporting/ErrorContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <map>
#include <string>
#include <string_view>
#include <tuple>
#include <utility>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/SourceCompile/SV3_1aPpTreeListenerHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <cstdint>
#include <string_view>
#include <tuple>
#include <vector>

#include "Surelog/CommandLine/CommandLineParser.h"
Expand Down
1 change: 1 addition & 0 deletions src/SourceCompile/SV3_1aTreeShapeHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <cstdint>
#include <string>
#include <string_view>
#include <tuple>
#include <utility>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/roundtrip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <stack>
#include <string>
#include <string_view>
#include <tuple>
#include <unordered_map>
#include <unordered_set>
#include <utility>
Expand Down

0 comments on commit 9ef92ee

Please sign in to comment.