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

Commit 3a5d121

Browse files
committed
schedule_transforms.h: directly include schedule_tree_elem.h
Currently, this file is included transitively by schedule_tree.h. An upcoming commit will swap the include order, so this file needs to include schedule_tree_elem.h directly.
1 parent 4d85ddc commit 3a5d121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tc/core/polyhedral/schedule_transforms.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "tc/core/polyhedral/mapping_types.h"
2626
#include "tc/core/polyhedral/options.h"
2727
#include "tc/core/polyhedral/schedule_tree.h"
28+
#include "tc/core/polyhedral/schedule_tree_elem.h"
2829
#include "tc/external/isl.h"
2930

3031
namespace tc {

0 commit comments

Comments
 (0)