diff --git a/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h b/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h
index 9234b64bd2a0983b9af3df2af889e24e29e6fce3..d48aa3aa69822bae28a031a438dcd7ecfc9d7748 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 "DFGraph/DFGraph.h"
+#include "SupportVISC/DFGraph.h"
 #include "llvm/Pass.h"
 
 using namespace llvm;