From 7c7e7770b7176f452d40f4e7ac545aaee1b19c4d Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Mon, 28 Mar 2022 09:48:14 +0200 Subject: [PATCH] Revert "[RISCV][NFC] Remove unused header includes." This reverts commit 4edd7576dbb4917162c22e371c2464df90883bd1. It seems we rely on transitive header includes here. --- llvm/lib/Support/RISCVVIntrinsicUtils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/lib/Support/RISCVVIntrinsicUtils.cpp b/llvm/lib/Support/RISCVVIntrinsicUtils.cpp index fee1697..53a7baa 100644 --- a/llvm/lib/Support/RISCVVIntrinsicUtils.cpp +++ b/llvm/lib/Support/RISCVVIntrinsicUtils.cpp @@ -13,6 +13,8 @@ #include "llvm/ADT/StringMap.h" #include "llvm/ADT/StringSet.h" #include "llvm/ADT/Twine.h" +#include "llvm/TableGen/Error.h" +#include "llvm/TableGen/Record.h" #include namespace llvm { -- 2.7.4