Skip to content

Commit

Permalink
fix: missing sstream header added to fixed_string_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed May 16, 2024
1 parent baf77c2 commit 2a5d5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtime/fixed_string_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_exception.hpp>
#include <mp-units/compat_macros.h>
#include <sstream>
#include <string_view>
#ifdef MP_UNITS_MODULES
import mp_units;
Expand Down

0 comments on commit 2a5d5c4

Please sign in to comment.