mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
[SystemZ] Fix IWYU
The file should include <map> instead of relying on the transitive include from MC/MCPseudoProbe.h.
This commit is contained in:
parent
3c61e4bf28
commit
2147e9e09f
@ -12,6 +12,8 @@
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/MC/MCInst.h"
|
||||
#include "llvm/MC/MCStreamer.h"
|
||||
#include <map>
|
||||
#include <utility>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user