From 2b4140d123150c758702575520f76ce0934e81b7 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 19 Feb 2022 17:58:27 +0100 Subject: [PATCH] includes/std: Include io.pat in string.pat --- includes/std/string.pat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/std/string.pat b/includes/std/string.pat index 428511d..eb1215d 100644 --- a/includes/std/string.pat +++ b/includes/std/string.pat @@ -1,5 +1,7 @@ #pragma once +#include + namespace std::string { fn length(str string) { @@ -128,4 +130,4 @@ namespace std::string { }; -} \ No newline at end of file +}