commit | 7f74a56e2436c40b18a672ad7d58727cd6832329 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 20 22:54:45 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 20 22:54:45 2002 +0000 |
tree | 6a4683a53f7eb71b8a3425008ef21268c2b2c8fd | |
parent | 850d4f6af1a0e9de3fa6e10afb04e3738fcc5d67 [diff] [blame] |
Changes to build successfully with GCC 3.02 llvm-svn: 1503
diff --git a/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h b/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h index f6a2726..12717ec 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h +++ b/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h
@@ -23,7 +23,7 @@ struct MethodInfo : public Annotation { MethodInfo(Method *M); - vector<unsigned> NumPlaneElements; + std::vector<unsigned> NumPlaneElements; // Create - Factory function to allow MethodInfo annotations to be