[SystemZ] Fix IWYU

The file should include <map> instead of relying on the transitive include from
MC/MCPseudoProbe.h.
This commit is contained in:
Fangrui Song 2023-09-20 17:54:32 -07:00
parent 3c61e4bf28
commit 2147e9e09f

View File

@ -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 {