krytarowski created this revision. krytarowski added a reviewer: joerg. krytarowski added a subscriber: lldb-commits. krytarowski set the repository for this revision to rL LLVM.
Problem was caught on NetBSD. Repository: rL LLVM http://reviews.llvm.org/D12654 Files: tools/lldb-mi/MIUtilString.h Index: tools/lldb-mi/MIUtilString.h =================================================================== --- tools/lldb-mi/MIUtilString.h +++ tools/lldb-mi/MIUtilString.h @@ -13,6 +13,7 @@ #include <string> #include <vector> #include <cinttypes> +#include <cstdarg> // In-house headers: #include "MIDataTypes.h"
Index: tools/lldb-mi/MIUtilString.h =================================================================== --- tools/lldb-mi/MIUtilString.h +++ tools/lldb-mi/MIUtilString.h @@ -13,6 +13,7 @@ #include <string> #include <vector> #include <cinttypes> +#include <cstdarg> // In-house headers: #include "MIDataTypes.h"
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits