forked from OSchip/llvm-project
Included <inttypes.h> in a few headers that were
using preprocessor constants for printf() format specifications. llvm-svn: 206679
This commit is contained in:
parent
b5956d232f
commit
af90cf528c
|
@ -7,6 +7,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <inttypes.h> // PRIu64
|
||||
|
||||
#include "lldb/API/SBData.h"
|
||||
#include "lldb/API/SBError.h"
|
||||
#include "lldb/API/SBStream.h"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <inttypes.h> // PRIu64
|
||||
#include <limits.h>
|
||||
|
||||
#include "lldb/API/SBFileSpec.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
|
||||
// C Includes
|
||||
#include <inttypes.h> // PRIx64
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h> // offsetof
|
||||
|
||||
|
|
Loading…
Reference in New Issue