fix: MP_UNITS_HOSTED branch added to core.h

This commit is contained in:
Mateusz Pusz
2024-07-02 11:44:38 +01:00
parent 1365d62293
commit f6fbfe1e09

View File

@@ -25,9 +25,12 @@
// IWYU pragma: begin_exports // IWYU pragma: begin_exports
#include <mp-units/compat_macros.h> #include <mp-units/compat_macros.h>
#include <mp-units/concepts.h> #include <mp-units/concepts.h>
#include <mp-units/format.h>
#include <mp-units/framework.h> #include <mp-units/framework.h>
#if MP_UNITS_HOSTED
#include <mp-units/format.h>
#include <mp-units/math.h> #include <mp-units/math.h>
#include <mp-units/ostream.h> #include <mp-units/ostream.h>
#include <mp-units/random.h> #include <mp-units/random.h>
#endif
// IWYU pragma: end_exports // IWYU pragma: end_exports