make this file self-contained
authorChris Lattner <sabre@nondot.org>
Sun, 29 Apr 2007 08:05:07 +0000 (08:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Apr 2007 08:05:07 +0000 (08:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36555 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bitcode/BitstreamReader.h

index 6d7b17400585402c93e2e45663c54500a5c90dba..550459e15f36cb4ae9819aed8cd7d20447815911 100644 (file)
@@ -16,6 +16,7 @@
 #define BITSTREAM_READER_H
 
 #include "llvm/Bitcode/BitCodes.h"
+#include <vector>
 
 namespace llvm {