labath added a subscriber: labath. ================ Comment at: source/Utility/UriParser.cpp:13 @@ -12,4 +12,3 @@ // C Includes -#include <stdlib.h> -#include <stdio.h> +#include <string.h> ---------------- ovyalov wrote: > tberghammer wrote: > > I think you wanted to include <string>, not <string.h> > I need string.h for strlen - it's required even with <string> included . The C++ way would be to #include <cstring>
</driveby> http://reviews.llvm.org/D12025 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits