Skip to content

Commit

Permalink
[GlobalISel] Add a missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Dec 10, 2023
1 parent 073cc40 commit 95e5008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "llvm/CodeGen/LowLevelType.h"
#include "llvm/CodeGen/TargetOpcodes.h"
#include <unordered_map>
#include <vector>

namespace llvm {
struct LegalityQuery;
Expand Down

0 comments on commit 95e5008

Please sign in to comment.