refactor: missing header files included

This commit is contained in:
Mateusz Pusz
2024-02-23 14:06:53 +01:00
parent c36fe2e9ac
commit be317116fc
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include "validated_type.h"
#include <mp-units/bits/external/hacks.h>
#include <mp-units/compat_macros.h>
#include <algorithm>
#include <concepts>
#include <type_traits>

View File

@@ -23,6 +23,7 @@
#pragma once
#include <gsl/gsl-lite.hpp>
#include <mp-units/bits/external/hacks.h>
#include <mp-units/compat_macros.h>
#include <ostream>
#include <utility>