[llvm-commits] CVS: llvm/include/llvm/User.h

Chris Lattner lattner at cs.uiuc.edu
Wed Oct 15 17:11:15 PDT 2003


Changes in directory llvm/include/llvm:

User.h updated: 1.24 -> 1.25

---
Log message:

lalala


---
Diffs of the changes:  (+1 -0)

Index: llvm/include/llvm/User.h
diff -u llvm/include/llvm/User.h:1.24 llvm/include/llvm/User.h:1.25
--- llvm/include/llvm/User.h:1.24	Sun Oct 12 22:29:26 2003
+++ llvm/include/llvm/User.h	Wed Oct 15 17:09:57 2003
@@ -13,6 +13,7 @@
 #define LLVM_USER_H
 
 #include "llvm/Value.h"
+#include <vector>
 
 class User : public Value {
   User(const User &);             // Do not implement





More information about the llvm-commits mailing list