From e9b7e58bc8a280173a0c8a9f661c91bc88c66388 Mon Sep 17 00:00:00 2001 From: superp00t Date: Sat, 15 Mar 2025 23:55:58 -0400 Subject: [PATCH] fix(string): add Equal functions --- bc/String.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bc/String.hpp b/bc/String.hpp index ad8e0cd..2cdbd03 100644 --- a/bc/String.hpp +++ b/bc/String.hpp @@ -4,6 +4,7 @@ #include "bc/string/Append.hpp" #include "bc/string/Copy.hpp" #include "bc/string/Defines.hpp" +#include "bc/string/Equal.hpp" #include "bc/string/Find.hpp" #include "bc/string/Format.hpp" #include "bc/string/Length.hpp"