Include <cstdio> in PrettyStackTrace.cpp, since it uses vsnprintf(3).

llvm-svn: 301760
This commit is contained in:
Dimitry Andric 2017-04-29 23:45:30 +00:00
parent bd27849e4b
commit c12f10fe19
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "llvm/Support/raw_ostream.h"
#include <cstdarg>
#include <cstdio>
#include <tuple>
#ifdef HAVE_CRASHREPORTERCLIENT_H