Add inttypes.h to SBQueue.cpp (MSVC compilation error with PRIx32).

llvm-svn: 203348
This commit is contained in:
Virgile Bello 2014-03-08 16:22:55 +00:00
parent 429d2608f9
commit da0fc76e7f
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include "lldb/lldb-python.h"
#include <inttypes.h>
#include "lldb/API/SBQueue.h"
#include "lldb/API/SBProcess.h"