From c4e3576bc7ae2c426ff09a678a8475e2c97da813 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Thu, 24 Oct 2024 12:26:54 +0200 Subject: [PATCH] Added missing string_view include. --- source/mijin/container/typeless_buffer.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/mijin/container/typeless_buffer.hpp b/source/mijin/container/typeless_buffer.hpp index 673c1cd..4ce0acb 100644 --- a/source/mijin/container/typeless_buffer.hpp +++ b/source/mijin/container/typeless_buffer.hpp @@ -8,6 +8,7 @@ #include #include #include +#include #include #include "../debug/assert.hpp"