lalala
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2003 22:09:57 +0000 (22:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2003 22:09:57 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9146 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/User.h

index 42f9c861016609cd63985474f1f4959ba93ef93e..eab7a96e46b7b7eefbec2395b49679628b741f53 100644 (file)
@@ -13,6 +13,7 @@
 #define LLVM_USER_H
 
 #include "llvm/Value.h"
+#include <vector>
 
 class User : public Value {
   User(const User &);             // Do not implement