Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
[oota-llvm.git] / include / llvm / ADT / VectorExtras.h
index 56d65bb3728f890ffa6eed0aa1a23c25811c5a58..bda2ae66fce5ebd22b6985be6febefbf4cc376bd 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_ADT_VECTOREXTRAS_H
 
 #include <cstdarg>
+#include <vector>
 
 namespace llvm {