| 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/Lex/PTHLexer.cpp b/clang/lib/Lex/PTHLexer.cpp index 42629d4..844d66a 100644 --- a/clang/lib/Lex/PTHLexer.cpp +++ b/clang/lib/Lex/PTHLexer.cpp
@@ -25,8 +25,8 @@ #include "llvm/Support/EndianStream.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/OnDiskHashTable.h" -#include "llvm/Support/system_error.h" #include <memory> +#include <system_error> using namespace clang; #define DISK_TOKEN_SIZE (1+1+2+4+4)