refactor: 💥 framework.h introduced + IWYU

This commit is contained in:
Mateusz Pusz
2024-04-24 20:53:54 +02:00
parent 2a05f931e7
commit c066104af7
123 changed files with 478 additions and 337 deletions

View File

@@ -36,8 +36,8 @@
#ifdef MP_UNITS_MODULES
import mp_units;
#else
#include <mp-units/framework/quantity_point.h>
#include <mp-units/math.h> // IWYU pragma: keep
#include <mp-units/quantity_point.h>
#include <mp-units/systems/isq/space_and_time.h>
#include <mp-units/systems/si/chrono.h>
#endif