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

@@ -27,8 +27,8 @@
#include "llvm/Option/Arg.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/system_error.h"
#include <sstream>
#include <system_error>
namespace clang {
namespace tooling {