commit | c5f21de2bcd3c86a7c149c8b704b5c1dc31786fc | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Oct 02 22:14:38 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Oct 02 22:14:38 2002 +0000 |
tree | 0cc0ab7f90b5f9c576998e29736481dea836ef69 | |
parent | 0d0244d06abc64b53ce09703673b853510af26fe [diff] [blame] |
DataStructure.h doesn't include DSGraph.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4029 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DataStructure/Printer.cpp b/lib/Analysis/DataStructure/Printer.cpp index 528652b..82aa005 100644 --- a/lib/Analysis/DataStructure/Printer.cpp +++ b/lib/Analysis/DataStructure/Printer.cpp
@@ -5,6 +5,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Analysis/DataStructure.h" +#include "llvm/Analysis/DSGraph.h" #include "llvm/Module.h" #include "llvm/Assembly/Writer.h" #include "Support/CommandLine.h"