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

Commit 4d85ddc

Browse files
committed
codegen.cc: 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 e0a5048 commit 4d85ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tc/core/polyhedral/codegen.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <sstream>
2020

2121
#include "tc/core/polyhedral/schedule_tree.h"
22+
#include "tc/core/polyhedral/schedule_tree_elem.h"
2223

2324
namespace tc {
2425
namespace polyhedral {

0 commit comments

Comments
 (0)