[llvm] r228161 - Add missing include.
Alexey Samsonov
vonosmas at gmail.com
Wed Feb 4 10:28:08 PST 2015
Thanks! (and sorry for the breakage).
On Wed, Feb 4, 2015 at 10:16 AM, Juergen Ributzka <juergen at apple.com> wrote:
> Author: ributzka
> Date: Wed Feb 4 12:16:53 2015
> New Revision: 228161
>
> URL: http://llvm.org/viewvc/llvm-project?rev=228161&view=rev
> Log:
> Add missing include.
>
> Modified:
> llvm/trunk/include/llvm/Transforms/Instrumentation.h
>
> Modified: llvm/trunk/include/llvm/Transforms/Instrumentation.h
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Instrumentation.h?rev=228161&r1=228160&r2=228161&view=diff
>
> ==============================================================================
> --- llvm/trunk/include/llvm/Transforms/Instrumentation.h (original)
> +++ llvm/trunk/include/llvm/Transforms/Instrumentation.h Wed Feb 4
> 12:16:53 2015
> @@ -15,6 +15,7 @@
> #define LLVM_TRANSFORMS_INSTRUMENTATION_H
>
> #include "llvm/ADT/StringRef.h"
> +#include <vector>
>
> #if defined(__GNUC__) && defined(__linux__) && !defined(ANDROID)
> inline void *getDFSanArgTLSPtrForJIT() {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150204/4e249708/attachment.html>
More information about the llvm-commits
mailing list