[lldb-dev] source/Utility/StringLexer.cpp does not compile

Todd Fiala tfiala at google.com
Sat Aug 23 21:04:42 PDT 2014


I'll get that in.

On Saturday, August 23, 2014, Enrico Granata <egranata at apple.com> wrote:

> LGTM
>
> Sent from my iPhone
>
> > On Aug 23, 2014, at 1:16 AM, Paul Osmialowski <pawelo at king.net.pl
> <javascript:;>> wrote:
> >
> > Someone used std::find and did not include header for it.
> >
> > Proposed patch that solves compilation problem:
> >
> > diff --git a/source/Utility/StringLexer.cpp
> b/source/Utility/StringLexer.cpp
> > index 4889ed7..4639500 100644
> > --- a/source/Utility/StringLexer.cpp
> > +++ b/source/Utility/StringLexer.cpp
> > @@ -7,6 +7,8 @@
> > //
> >
> >
> //===----------------------------------------------------------------------===//
> >
> > +#include <algorithm>
> > +
> > #include "lldb/Utility/StringLexer.h"
> >
> > using namespace lldb_utility;
> > _______________________________________________
> > lldb-dev mailing list
> > lldb-dev at cs.uiuc.edu <javascript:;>
> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu <javascript:;>
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>


-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140823/861629f4/attachment.html>


More information about the lldb-dev mailing list