Skip to content
Snippets Groups Projects
Commit db3d0da1 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Add back #include of 'cstdio' to hopefully unbreak the build on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92765 91177308-0d34-0410-b5e6-96231b3b80d8
parent ab188932
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/System/Program.h"
// Needed to define L_TMPNAM on some systems.
#include <cstdio>
using namespace clang;
using namespace idx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment