add back a #include needed on some builders.

llvm-svn: 172938
This commit is contained in:
Chris Lattner 2013-01-20 00:57:52 +00:00
parent 7fb3bef13e
commit 91f373ee8d
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
#include "llvm/Support/SaveAndRestore.h"
#include "llvm/Support/system_error.h"
#include <algorithm>
#include <cstdio>
#include <iterator>
using namespace clang;