commit | 8a8e554adc5f0f0ec74e0bae6fbef600b37a9a06 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 12 17:19:42 2014 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 12 17:19:42 2014 +0000 |
tree | 1b84554f955818d1653a2a6fc59b2ba3345058ed | |
parent | 54427ccef34c16d3b81ce2d5de4f72fc390371b9 [diff] [blame] |
Include system_error directly. llvm-svn: 210802
diff --git a/clang/lib/Basic/FileManager.cpp b/clang/lib/Basic/FileManager.cpp index 9446d89..aa06020 100644 --- a/clang/lib/Basic/FileManager.cpp +++ b/clang/lib/Basic/FileManager.cpp
@@ -25,10 +25,10 @@ #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/Support/system_error.h" #include <map> #include <set> #include <string> +#include <system_error> using namespace clang;