Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 0691f56

Browse files
author
Sven Verdoolaege
committed
codegen_llvm.cc: explicitly include required isl C++ bindings header
1 parent 8108795 commit 0691f56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/polyhedral/codegen_llvm.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include "tc/core/polyhedral/schedule_isl_conversion.h"
4343
#include "tc/core/polyhedral/scop.h"
4444
#include "tc/core/scope_guard.h"
45+
#include "tc/external/isl.h"
4546

4647
#ifndef LLVM_VERSION_MAJOR
4748
#error LLVM_VERSION_MAJOR not set

0 commit comments

Comments
 (0)