diff options
author | Sean Callanan <scallanan@apple.com> | 2014-04-19 03:09:28 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2014-04-19 03:09:28 +0000 |
commit | af90cf528c32265ecc6888714a28ef3e97342802 (patch) | |
tree | 5094af54da4616e14ff06594385893f2a3f20b1e /lldb/source/API/SBFileSpec.cpp | |
parent | b5956d232fd859a4fab985ad3832bbc1b358ff7e (diff) | |
download | bcm5719-llvm-af90cf528c32265ecc6888714a28ef3e97342802.tar.gz bcm5719-llvm-af90cf528c32265ecc6888714a28ef3e97342802.zip |
Included <inttypes.h> in a few headers that were
using preprocessor constants for printf() format
specifications.
llvm-svn: 206679
Diffstat (limited to 'lldb/source/API/SBFileSpec.cpp')
-rw-r--r-- | lldb/source/API/SBFileSpec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBFileSpec.cpp b/lldb/source/API/SBFileSpec.cpp index e5a3f6deb47..2a93e9530e2 100644 --- a/lldb/source/API/SBFileSpec.cpp +++ b/lldb/source/API/SBFileSpec.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#include <inttypes.h> // PRIu64 #include <limits.h> #include "lldb/API/SBFileSpec.h" |