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,7 @@
//
//===----------------------------------------------------------------------===//
#include <inttypes.h> // PRIu64
#include <limits.h>
#include "lldb/API/SBFileSpec.h"