diff options
Diffstat (limited to 'include/llvm/Support/DebugInfoBuilder.h')
-rw-r--r-- | include/llvm/Support/DebugInfoBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/DebugInfoBuilder.h b/include/llvm/Support/DebugInfoBuilder.h index 875ae4180f..4c12ca46ae 100644 --- a/include/llvm/Support/DebugInfoBuilder.h +++ b/include/llvm/Support/DebugInfoBuilder.h @@ -15,7 +15,7 @@ #ifndef LLVM_SUPPORT_DEBUGINFOBUILDER_H #define LLVM_SUPPORT_DEBUGINFOBUILDER_H -#include <llvm/Module.h> +#include "llvm/Module.h" #include <string> namespace llvm { |