fix: missing headers added to quantity_spec.h

This commit is contained in:
Mateusz Pusz
2024-05-16 12:31:30 +02:00
parent a479246ea7
commit ecb39d79c0

View File

@@ -38,8 +38,10 @@
#include <mp-units/framework/representation_concepts.h> #include <mp-units/framework/representation_concepts.h>
#ifndef MP_UNITS_IN_MODULE_INTERFACE #ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <concepts>
#include <cstdint> #include <cstdint>
#include <tuple> #include <tuple>
#include <type_traits>
#endif #endif
namespace mp_units { namespace mp_units {