diff options
Diffstat (limited to 'polly/lib/Exchange')
-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 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 <memory> #include <string> +#include <system_error> using namespace llvm; using namespace polly; |