fix: IWYU

This commit is contained in:
Mateusz Pusz
2024-05-30 12:14:58 +02:00
parent 4551a247b5
commit 3a792b4057
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
#ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <gsl/gsl-lite.hpp>
#include <array>
#include <concepts>
#include <cstdint>
#include <limits>

View File

@@ -21,6 +21,7 @@
// SOFTWARE.
#include <mp-units/ext/fixed_string.h>
#include <array>
#include <string_view>
using namespace mp_units;