fix: missing mp-units/ext/format.h added to fixed_string.h

This commit is contained in:
Mateusz Pusz
2024-06-10 22:23:13 +02:00
parent 2ffe5886cf
commit ba96794f91

View File

@@ -39,6 +39,7 @@
#include <ranges>
#include <string_view>
#if MP_UNITS_HOSTED
#include <mp-units/ext/format.h>
#include <ostream>
#endif
#endif