[llvm] [TextAPI] Add support to convert RecordSlices -> InterfaceFile (PR #75007)

Juergen Ributzka via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 14:21:41 PST 2023


================
@@ -14,6 +14,7 @@
 #ifndef LLVM_TEXTAPI_RECORD_H
 #define LLVM_TEXTAPI_RECORD_H
 
+#include "llvm/ADT/MapVector.h"
----------------
ributzka wrote:

Is this include needed in the header file?

https://github.com/llvm/llvm-project/pull/75007


More information about the llvm-commits mailing list