[Lldb-commits] [PATCH] D12654: Add missing include for va_list in MIUtilString.h

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 4 16:22:03 PDT 2015


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"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12654.34088.patch
Type: text/x-patch
Size: 318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150904/744fea12/attachment.bin>


More information about the lldb-commits mailing list