mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 05:34:27 +02:00
fix: missing header files added to unit.h
and dimension.h
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
#include <mp-units/bits/symbol_text.h>
|
||||
#include <mp-units/bits/text_tools.h>
|
||||
|
||||
#ifndef MP_UNITS_IN_MODULE_INTERFACE
|
||||
#include <array>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#endif
|
||||
|
||||
namespace mp_units {
|
||||
|
||||
/**
|
||||
|
@@ -38,7 +38,9 @@
|
||||
#include <mp-units/bits/unit_concepts.h>
|
||||
|
||||
#ifndef MP_UNITS_IN_MODULE_INTERFACE
|
||||
#include <array>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user