refactor: SI units do not depend on the entire ISQ anymore + header dependency compilation fixes

This commit is contained in:
Mateusz Pusz
2023-06-15 14:37:22 +03:00
parent 1a39f549ed
commit 52ab3f1535
5 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <mp-units/format.h>
#include <mp-units/systems/imperial/imperial.h>
#include <mp-units/systems/international/international.h>
#include <mp-units/systems/isq/mechanics.h>
#include <mp-units/systems/isq/space_and_time.h>
#include <mp-units/systems/si/unit_symbols.h>
#include <iostream>