diff --git a/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h b/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h
index 7d51d3202287bb90d1b4bf366e7cea588fdb7da7..9234b64bd2a0983b9af3df2af889e24e29e6fce3 100644
--- a/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h
+++ b/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h
@@ -16,7 +16,7 @@
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Value.h"
-#include "llvm/IR/DFGraph.h"
+#include "DFGraph/DFGraph.h"
 #include "llvm/Pass.h"
 
 using namespace llvm;