[llvm] r184355 - Really fix the missing header :-(
Rafael Espindola
rafael.espindola at gmail.com
Wed Jun 19 14:21:43 PDT 2013
Author: rafael
Date: Wed Jun 19 16:21:43 2013
New Revision: 184355
URL: http://llvm.org/viewvc/llvm-project?rev=184355&view=rev
Log:
Really fix the missing header :-(
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=184355&r1=184354&r2=184355&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-ar/Archive.h (original)
+++ llvm/trunk/tools/llvm-ar/Archive.h Wed Jun 19 16:21:43 2013
@@ -23,7 +23,7 @@
#include "llvm/Support/TimeValue.h"
#include <map>
#include <set>
-#include <vector.h>
+#include <vector>
namespace llvm {
class MemoryBuffer;
More information about the llvm-commits
mailing list