Try to fix the polly build.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 12 Jun 2014 19:22:17 +0000 (19:22 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 12 Jun 2014 19:22:17 +0000 (19:22 +0000)
llvm-svn: 210811

polly/lib/Exchange/JSONExporter.cpp

index 08be3a2..85598f6 100644 (file)
@@ -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;