aboutsummaryrefslogtreecommitdiff
path: root/ports/msgpack11/fix-additerator.patch
blob: 5a6b23227f138010b39021ed66bcbe29b2082f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/msgpack11.cpp b/msgpack11.cpp
index fa572fa..640ba9a 100644
--- a/msgpack11.cpp
+++ b/msgpack11.cpp
@@ -10,6 +10,7 @@
 #include <algorithm>
 #include <functional>
 #include <stdexcept>
+#include <iterator>
 
 namespace msgpack11 {