Include system_error directly.

llvm-svn: 210802
This commit is contained in:
Rafael Espindola
2014-06-12 17:19:42 +00:00
parent 54427ccef3
commit 8a8e554adc
15 changed files with 15 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/system_error.h"
#include <system_error>
#ifndef NDEBUG
#include "llvm/Support/GraphWriter.h"