[llvm] r184354 - Add missing include found by the bots.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jul 2 08:51:43 PDT 2013


It was a mistake on my side. I fixed it already.

On 19 June 2013 18:22, Tobias Grosser <grosser at google.com> wrote:
> In C++, vector is normally included as #include <vector>. Is there a
> specific reason you include <vector.h>?
>
>
> On Wed, Jun 19, 2013 at 2:20 PM, Rafael Espindola
> <rafael.espindola at gmail.com> wrote:
>>
>> 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;
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>



More information about the llvm-commits mailing list