aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-02-26 12:30:59 +0100
committerFelix Morgner <felix.morgner@gmail.com>2025-02-26 12:30:59 +0100
commit217f458a5e98f720a26697af97772c76c51828ae (patch)
tree7807274926c0d4fda112de2dabd196d0c77e52e9 /lib
parent7ee8c79b48e6045ca87df5aadcde48b7f3f7733e (diff)
downloadnewtype-217f458a5e98f720a26697af97772c76c51828ae.tar.xz
newtype-217f458a5e98f720a26697af97772c76c51828ae.zip
lib: add missing iterator include
Diffstat (limited to 'lib')
-rw-r--r--lib/include/newtype/newtype.hpp1
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>