commit | 7a62c8b129b7e1b5e838b7616a794e01df01818b | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 07:44:37 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 07:44:37 2010 +0000 |
tree | 2bb440292574b6890e1431b84c0f771f1785fc68 | |
parent | 038979e0a57aafc035c9864b380bf354f1d36cb2 [diff] [blame] |
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;