includes/std: Include io.pat in string.pat

This commit is contained in:
WerWolv
2022-02-19 17:58:27 +01:00
committed by GitHub
parent 9c476383ed
commit 2b4140d123

View File

@@ -1,5 +1,7 @@
#pragma once
#include <std/io.pat>
namespace std::string {
fn length(str string) {
@@ -128,4 +130,4 @@ namespace std::string {
};
}
}