forked from OSchip/llvm-project
Add missing include for va_list in MIUtilString.h
Summary: Problem was caught on NetBSD. Reviewers: joerg, sas Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12654 Change by Kamil Rytarowski <n54@gmx.com> llvm-svn: 247034
This commit is contained in:
parent
b06fae5ede
commit
77ba0e1f35
|
@ -13,6 +13,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <cinttypes>
|
||||
#include <cstdarg>
|
||||
|
||||
// In-house headers:
|
||||
#include "MIDataTypes.h"
|
||||
|
|
Loading…
Reference in New Issue