forked from OSchip/llvm-project
add back a #include needed on some builders.
llvm-svn: 172938
This commit is contained in:
parent
7fb3bef13e
commit
91f373ee8d
|
@ -51,6 +51,7 @@
|
|||
#include "llvm/Support/SaveAndRestore.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
#include <iterator>
|
||||
|
||||
using namespace clang;
|
||||
|
|
Loading…
Reference in New Issue