And some more include line fixes.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105704 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBError.cpp b/source/API/SBError.cpp
index 7c257c9..f2c6b58 100644
--- a/source/API/SBError.cpp
+++ b/source/API/SBError.cpp
@@ -9,6 +9,7 @@
 
 #include "lldb/API/SBError.h"
 #include "lldb/Core/Error.h"
+#include <cstdarg>
 
 using namespace lldb;
 using namespace lldb_private;