[llvm-commits] CVS: llvm/include/llvm/Analysis/DSGraph.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 13:06:01 PST 2002
Changes in directory llvm/include/llvm/Analysis:
DSGraph.h updated: 1.20 -> 1.21
---
Log message:
Add #include
---
Diffs of the changes:
Index: llvm/include/llvm/Analysis/DSGraph.h
diff -u llvm/include/llvm/Analysis/DSGraph.h:1.20 llvm/include/llvm/Analysis/DSGraph.h:1.21
--- llvm/include/llvm/Analysis/DSGraph.h:1.20 Tue Oct 22 10:57:58 2002
+++ llvm/include/llvm/Analysis/DSGraph.h Sun Oct 27 13:04:59 2002
@@ -11,6 +11,7 @@
#include <vector>
#include <map>
#include <functional>
+#include <string>
class Function;
class CallInst;
More information about the llvm-commits
mailing list