Commit d889a7bc authored by Tobias Grosser's avatar Tobias Grosser
Browse files

include missing ISL header file

to be able to compile with ISL master as of today
1df91d8515ec88dc7f7f597168ad0f34f26de5a7

Merged from: https://llvm.org/svn/llvm-project/polly/trunk@183023

llvm-svn: 183383
parent 085d4209
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
//===----------------------------------------------------------------------===//

#include "polly/Dependences.h"
#include "isl/aff_type.h"
#include "isl/union_map.h"
#include "polly/LinkAllPasses.h"
#include "polly/ScopInfo.h"