Skip to content
Snippets Groups Projects
Commit ddf92c8a authored by Chris Lattner's avatar Chris Lattner
Browse files

Vector is my friend, do you like vector?

llvm-svn: 9147
parent fd27d111
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#define LLVM_DERIVED_TYPES_H #define LLVM_DERIVED_TYPES_H
#include "llvm/Type.h" #include "llvm/Type.h"
#include <vector>
template<class ValType, class TypeClass> class TypeMap; template<class ValType, class TypeClass> class TypeMap;
class FunctionValType; class FunctionValType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment