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

Tobias Grosser grosser at google.com
Wed Jun 19 15:22:30 PDT 2013


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130619/e7172c99/attachment.html>


More information about the llvm-commits mailing list