[lldb-dev] source/Utility/StringLexer.cpp does not compile
Enrico Granata
egranata at apple.com
Sat Aug 23 10:00:29 PDT 2014
LGTM
Sent from my iPhone
> On Aug 23, 2014, at 1:16 AM, Paul Osmialowski <pawelo at king.net.pl> 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
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list