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

Commit aad2976

Browse files
authored
Merge pull request #181 from mingzhe09088/fix-undefined
Fix compilation issue: undefined template
2 parents ebd23e9 + e66ecf5 commit aad2976

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,7 +13,9 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
#include "tc/core/polyhedral/codegen.h"
18+
#include <sstream>
1719

1820
namespace tc {
1921
namespace polyhedral {

0 commit comments

Comments
 (0)