From 4a93232fd2a945d6444a3b232ab968b142db6c6a Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Wed, 4 Feb 2015 00:20:52 +0000 Subject: [PATCH] Added missing header for the explicit dependency on MDNode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228085 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/MetadataImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/IR/MetadataImpl.h b/lib/IR/MetadataImpl.h index 3d6ed3a0dd5..662a50eb1bd 100644 --- a/lib/IR/MetadataImpl.h +++ b/lib/IR/MetadataImpl.h @@ -15,6 +15,7 @@ #define LLVM_IR_METADATAIMPL_H #include "llvm/ADT/DenseSet.h" +#include "llvm/IR/Metadata.h" namespace llvm {