[llvm] r184354 - Add missing include found by the bots.
Rafael Espindola
rafael.espindola at gmail.com
Wed Jun 19 14:20:42 PDT 2013
Author: rafael
Date: Wed Jun 19 16:20:41 2013
New Revision: 184354
URL: http://llvm.org/viewvc/llvm-project?rev=184354&view=rev
Log:
Add missing include found by the bots.
Modified:
llvm/trunk/tools/llvm-ar/Archive.h
Modified: llvm/trunk/tools/llvm-ar/Archive.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ar/Archive.h?rev=184354&r1=184353&r2=184354&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-ar/Archive.h (original)
+++ llvm/trunk/tools/llvm-ar/Archive.h Wed Jun 19 16:20:41 2013
@@ -23,6 +23,7 @@
#include "llvm/Support/TimeValue.h"
#include <map>
#include <set>
+#include <vector.h>
namespace llvm {
class MemoryBuffer;
More information about the llvm-commits
mailing list