From 2a5d5c4ebf3a1d88ef09b9f3b6b0a392030653cf Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 16 May 2024 13:06:34 +0200 Subject: [PATCH] fix: missing `sstream` header added to fixed_string_test --- test/runtime/fixed_string_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtime/fixed_string_test.cpp b/test/runtime/fixed_string_test.cpp index 706e8b17..7efae3df 100644 --- a/test/runtime/fixed_string_test.cpp +++ b/test/runtime/fixed_string_test.cpp @@ -23,6 +23,7 @@ #include #include #include +#include #include #ifdef MP_UNITS_MODULES import mp_units;