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/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp index 4cc73c4..5147a8a 100644 --- a/clang/lib/Frontend/FrontendActions.cpp +++ b/clang/lib/Frontend/FrontendActions.cpp
@@ -24,8 +24,8 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/Support/system_error.h" #include <memory> +#include <system_error> using namespace clang;