summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange/OpenScopExporter.cpp
diff options
context:
space:
mode:
authorRaghesh Aloor <raghesh.a@gmail.com>2011-07-09 03:10:22 +0000
committerRaghesh Aloor <raghesh.a@gmail.com>2011-07-09 03:10:22 +0000
commit7eb661e6368ed048ce2bac4488b64b1523f08ad5 (patch)
treee81c7914741367be63cef504bcfe4327836a1d89 /polly/lib/Exchange/OpenScopExporter.cpp
parent7c4df104ce5e22bb8c475f181e07cc16428e2695 (diff)
downloadbcm5719-llvm-7eb661e6368ed048ce2bac4488b64b1523f08ad5.tar.gz
bcm5719-llvm-7eb661e6368ed048ce2bac4488b64b1523f08ad5.zip
Fix for broken build
isl/map.h is included in OpenScopExporter.cpp and OpenScopImporter.cpp llvm-svn: 134786
Diffstat (limited to 'polly/lib/Exchange/OpenScopExporter.cpp')
-rwxr-xr-xpolly/lib/Exchange/OpenScopExporter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/lib/Exchange/OpenScopExporter.cpp b/polly/lib/Exchange/OpenScopExporter.cpp
index 71188e54e0a..2cb32c76872 100755
--- a/polly/lib/Exchange/OpenScopExporter.cpp
+++ b/polly/lib/Exchange/OpenScopExporter.cpp
@@ -25,6 +25,7 @@
#include "openscop/openscop.h"
#include "stdio.h"
+#include "isl/map.h"
#include "isl/set.h"
#include "isl/constraint.h"
OpenPOWER on IntegriCloud