Add #include <cstdio> to unbreak build (missing definition of stderr)

llvm-svn: 280714
This commit is contained in:
Krzysztof Parzyszek 2016-09-06 16:26:49 +00:00
parent c520822dbf
commit 6e2e0e8b8f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
//===----------------------------------------------------------------------===//
#include <cassert>
#include <cstdio>
#include <fcntl.h>
#include <mutex>
#include <sys/stat.h>