From 8730ee737517d11554eae525a8a78925ea94e7f4 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 12 Jun 2014 19:22:17 +0000 Subject: Try to fix the polly build. llvm-svn: 210811 --- polly/lib/Exchange/JSONExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polly/lib/Exchange/JSONExporter.cpp') diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp index 08be3a26a31..85598f67825 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 #include +#include using namespace llvm; using namespace polly; -- cgit v1.2.3