Included <inttypes.h> in a few headers that were

using preprocessor constants for printf() format
specifications.

llvm-svn: 206679
This commit is contained in:
Sean Callanan 2014-04-19 03:09:28 +00:00
parent b5956d232f
commit af90cf528c
3 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
#include <inttypes.h> // PRIu64
#include "lldb/API/SBData.h"
#include "lldb/API/SBError.h"
#include "lldb/API/SBStream.h"

View File

@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
#include <inttypes.h> // PRIu64
#include <limits.h>
#include "lldb/API/SBFileSpec.h"

View File

@ -9,6 +9,7 @@
// C Includes
#include <inttypes.h> // PRIx64
#include <stdarg.h>
#include <stddef.h> // offsetof