commit | 54427ccef34c16d3b81ce2d5de4f72fc390371b9 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 12 17:15:58 2014 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 12 17:15:58 2014 +0000 |
tree | d0d7ac072f1bec5a849998aeaf1cf0be24ec0810 | |
parent | 1675d51eac2aaf1d2cfc1f64d57cc4aa17fff489 [diff] [blame] |
include system_error directly. llvm-svn: 210801
diff --git a/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp b/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp index a071771..2ccd9e8 100644 --- a/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp +++ b/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
@@ -37,9 +37,9 @@ #include "llvm/Support/MachO.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/Support/system_error.h" #include <functional> #include <map> +#include <system_error> using namespace llvm::MachO;