diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 12:30:59 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 12:30:59 +0100 |
| commit | 217f458a5e98f720a26697af97772c76c51828ae (patch) | |
| tree | 7807274926c0d4fda112de2dabd196d0c77e52e9 | |
| parent | 7ee8c79b48e6045ca87df5aadcde48b7f3f7733e (diff) | |
| download | newtype-217f458a5e98f720a26697af97772c76c51828ae.tar.xz newtype-217f458a5e98f720a26697af97772c76c51828ae.zip | |
lib: add missing iterator include
| -rw-r--r-- | lib/include/newtype/newtype.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/newtype/newtype.hpp b/lib/include/newtype/newtype.hpp index 5a9b8ff..2154223 100644 --- a/lib/include/newtype/newtype.hpp +++ b/lib/include/newtype/newtype.hpp @@ -12,6 +12,7 @@ #include <istream> #include <ostream> #endif +#include <iterator> #include <type_traits> #include <utility> |
