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

Commit 2f60358

Browse files
committed
schedule_utils.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 3a5d121 commit 2f60358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tc/core/polyhedral/schedule_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "tc/core/check.h"
2121
#include "tc/core/constants.h"
2222
#include "tc/core/polyhedral/schedule_tree.h"
23+
#include "tc/core/polyhedral/schedule_tree_elem.h"
2324

2425
#include <functional>
2526
#include <unordered_map>

0 commit comments

Comments
 (0)