fix: unsatisfied fixed for freestanding

This commit is contained in:
Mateusz Pusz
2025-06-20 14:01:27 +02:00
parent 06d7b3a560
commit 7eb31d44d7

View File

@ -22,11 +22,11 @@
#pragma once
#include <mp-units/bits/constexpr_format.h>
#include <mp-units/bits/hacks.h> // IWYU pragma: keep
#include <mp-units/ext/fixed_string.h>
#if MP_UNITS_API_THROWING_CONSTRAINTS
#include <mp-units/bits/constexpr_format.h>
#ifndef MP_UNITS_IN_MODULE_INTERFACE
#ifdef MP_UNITS_IMPORT_STD
import std;