aboutsummaryrefslogtreecommitdiffstats
path: root/src/header.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-05-12 14:29:51 +0000
committerVincent Richard <[email protected]>2013-05-12 14:29:51 +0000
commit5fb81d3322b90491e51569b78e9cf9fa74b0c8ea (patch)
tree2ab12f640aea81c16f5a6bcd7d9c79efd25ce291 /src/header.cpp
parentFixed BIO_METHOD initialization for thread safety. (diff)
downloadvmime-5fb81d3322b90491e51569b78e9cf9fa74b0c8ea.tar.gz
vmime-5fb81d3322b90491e51569b78e9cf9fa74b0c8ea.zip
Fixed missing includes.
Diffstat (limited to 'src/header.cpp')
-rw-r--r--src/header.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/header.cpp b/src/header.cpp
index d1896d96..94f960e8 100644
--- a/src/header.cpp
+++ b/src/header.cpp
@@ -25,6 +25,7 @@
#include "vmime/parserHelpers.hpp"
#include <algorithm>
+#include <iterator>
namespace vmime