diff --git a/include/llvm/Type.h b/include/llvm/Type.h index e4ceb548a4f..d507dd6a837 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -34,7 +34,7 @@ #ifndef LLVM_TYPE_H #define LLVM_TYPE_H -#include "AbstractTypeUser.h" +#include "llvm/AbstractTypeUser.h" #include "llvm/Support/Casting.h" #include "llvm/Support/DataTypes.h" #include "llvm/ADT/GraphTraits.h"