diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-12 19:22:17 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-12 19:22:17 +0000 |
commit | 8730ee737517d11554eae525a8a78925ea94e7f4 (patch) | |
tree | a8ae2daac1860497e5c842d27a6facd9a30702aa | |
parent | 5ad463f55ecb4ceddfcdc5968f449ed050a97b7c (diff) | |
download | llvm-8730ee737517d11554eae525a8a78925ea94e7f4.zip llvm-8730ee737517d11554eae525a8a78925ea94e7f4.tar.gz llvm-8730ee737517d11554eae525a8a78925ea94e7f4.tar.bz2 |
Try to fix the polly build.
llvm-svn: 210811
-rw-r--r-- | polly/lib/Exchange/JSONExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp index 08be3a2..85598f6 100644 --- a/polly/lib/Exchange/JSONExporter.cpp +++ b/polly/lib/Exchange/JSONExporter.cpp @@ -20,7 +20,6 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/ToolOutputFile.h" -#include "llvm/Support/system_error.h" #include "json/reader.h" #include "json/writer.h" @@ -32,6 +31,7 @@ #include <memory> #include <string> +#include <system_error> using namespace llvm; using namespace polly; |