[llvm-commits] [polly] r134786 - in /polly/trunk/lib/Exchange: OpenScopExporter.cpp OpenScopImporter.cpp

Raghesh Aloor raghesh.a at gmail.com
Fri Jul 8 20:10:23 PDT 2011


Author: raghesh
Date: Fri Jul  8 22:10:22 2011
New Revision: 134786

URL: http://llvm.org/viewvc/llvm-project?rev=134786&view=rev
Log:
Fix for broken build

isl/map.h is included in OpenScopExporter.cpp and
OpenScopImporter.cpp


Modified:
    polly/trunk/lib/Exchange/OpenScopExporter.cpp
    polly/trunk/lib/Exchange/OpenScopImporter.cpp

Modified: polly/trunk/lib/Exchange/OpenScopExporter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/OpenScopExporter.cpp?rev=134786&r1=134785&r2=134786&view=diff
==============================================================================
--- polly/trunk/lib/Exchange/OpenScopExporter.cpp (original)
+++ polly/trunk/lib/Exchange/OpenScopExporter.cpp Fri Jul  8 22:10:22 2011
@@ -25,6 +25,7 @@
 #include "openscop/openscop.h"
 
 #include "stdio.h"
+#include "isl/map.h"
 #include "isl/set.h"
 #include "isl/constraint.h"
 

Modified: polly/trunk/lib/Exchange/OpenScopImporter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/OpenScopImporter.cpp?rev=134786&r1=134785&r2=134786&view=diff
==============================================================================
--- polly/trunk/lib/Exchange/OpenScopImporter.cpp (original)
+++ polly/trunk/lib/Exchange/OpenScopImporter.cpp Fri Jul  8 22:10:22 2011
@@ -26,6 +26,7 @@
 #define OPENSCOP_INT_T_IS_MP
 #include "openscop/openscop.h"
 
+#include "isl/map.h"
 #include "isl/set.h"
 #include "isl/constraint.h"
 





More information about the llvm-commits mailing list