summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dragonegg/include/dragonegg/Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dragonegg/include/dragonegg/Debug.h b/dragonegg/include/dragonegg/Debug.h
index f1bc5d45789..8bbb47d3e24 100644
--- a/dragonegg/include/dragonegg/Debug.h
+++ b/dragonegg/include/dragonegg/Debug.h
@@ -27,7 +27,7 @@
#include "dragonegg/Internals.h"
// LLVM headers
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/ValueHandle.h"
#include "llvm/Support/Allocator.h"