OSDN Git Service

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 42f9c86..eab7a96 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