[polly] r210811 - Try to fix the polly build.
Rafael Espindola
rafael.espindola at gmail.com
Thu Jun 12 12:22:17 PDT 2014
Author: rafael
Date: Thu Jun 12 14:22:17 2014
New Revision: 210811
URL: http://llvm.org/viewvc/llvm-project?rev=210811&view=rev
Log:
Try to fix the polly build.
Modified:
polly/trunk/lib/Exchange/JSONExporter.cpp
Modified: polly/trunk/lib/Exchange/JSONExporter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/JSONExporter.cpp?rev=210811&r1=210810&r2=210811&view=diff
==============================================================================
--- polly/trunk/lib/Exchange/JSONExporter.cpp (original)
+++ polly/trunk/lib/Exchange/JSONExporter.cpp Thu Jun 12 14:22:17 2014
@@ -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;
More information about the llvm-commits
mailing list