Skip to content

Commit 7eb661e

Browse files
committed
Fix for broken build
isl/map.h is included in OpenScopExporter.cpp and OpenScopImporter.cpp llvm-svn: 134786
1 parent 7c4df10 commit 7eb661e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

polly/lib/Exchange/OpenScopExporter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "openscop/openscop.h"
2626

2727
#include "stdio.h"
28+
#include "isl/map.h"
2829
#include "isl/set.h"
2930
#include "isl/constraint.h"
3031

polly/lib/Exchange/OpenScopImporter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#define OPENSCOP_INT_T_IS_MP
2727
#include "openscop/openscop.h"
2828

29+
#include "isl/map.h"
2930
#include "isl/set.h"
3031
#include "isl/constraint.h"
3132

0 commit comments

Comments
 (0)