diff options
Diffstat (limited to 'llvm/lib/IR/DebugLoc.cpp')
-rw-r--r-- | llvm/lib/IR/DebugLoc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/DebugLoc.cpp b/llvm/lib/IR/DebugLoc.cpp index 12a7181607c..36f3e179a2c 100644 --- a/llvm/lib/IR/DebugLoc.cpp +++ b/llvm/lib/IR/DebugLoc.cpp @@ -9,6 +9,7 @@ #include "llvm/IR/DebugLoc.h" #include "LLVMContextImpl.h" +#include "llvm/Config/llvm-config.h" #include "llvm/IR/DebugInfo.h" using namespace llvm; |