fix: public headers fixed to be standalone

This commit is contained in:
Mateusz Pusz
2022-04-24 19:52:58 +02:00
parent 56cee31a67
commit 464b4467ee
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#pragma once
#include <units/concepts.h>
#include <units/isq/dimensions/mass.h>
#include <units/isq/dimensions/speed.h>
namespace units::isq {

View File

@ -29,7 +29,7 @@
#include <units/symbol_text.h>
// IWYU pragma: end_exports
#include <units/isq/si/length.h>
#include <units/isq/si/area.h>
#include <units/unit.h>
namespace units::isq::si::hep {