From 31ff641f7508b4e7bbad7cc86bc3fa6f7597ffc4 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 12 Jan 2026 10:00:41 -0600 Subject: [PATCH] str.hpp --- src/str.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/str.hpp b/src/str.hpp index 1f84f5da..e16fad00 100644 --- a/src/str.hpp +++ b/src/str.hpp @@ -16,6 +16,8 @@ #pragma once +#include "nonstd/span.hpp" + #include #include #include