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

Commit 616599d

Browse files
author
Mingzhe Li
committed
Fix compilation issue: undefined template
1 parent ebd23e9 commit 616599d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

include/tc/core/polyhedral/schedule_tree_elem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#pragma once
1717

1818
#include <memory>
19+
#include <sstream>
1920
#include <unordered_set>
2021
#include <vector>
2122

src/core/polyhedral/codegen.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
17+
#include <sstream>
1618
#include "tc/core/polyhedral/codegen.h"
1719

1820
namespace tc {

0 commit comments

Comments
 (0)