diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 12:32:26 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 12:32:26 +0100 |
| commit | d9ab9b52be6950f5429d9b9b4d3596599f53449d (patch) | |
| tree | 97db957215a328adf5716c60d646cff3b2a9cce5 /lib | |
| parent | 217f458a5e98f720a26697af97772c76c51828ae (diff) | |
| download | newtype-d9ab9b52be6950f5429d9b9b4d3596599f53449d.tar.xz newtype-d9ab9b52be6950f5429d9b9b4d3596599f53449d.zip | |
lib: add missing includes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/include/newtype/newtype.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/include/newtype/newtype.hpp b/lib/include/newtype/newtype.hpp index 2154223..f5dce61 100644 --- a/lib/include/newtype/newtype.hpp +++ b/lib/include/newtype/newtype.hpp @@ -7,12 +7,14 @@ #include <algorithm> #include <compare> +#include <concepts> +#include <cstddef> #include <functional> +#include <iterator> #ifdef HAS_I_O_STREAM #include <istream> #include <ostream> #endif -#include <iterator> #include <type_traits> #include <utility> |
