diff options
author | Stefan Uhrig <[email protected]> | 2005-03-27 18:27:05 +0000 |
---|---|---|
committer | Stefan Uhrig <[email protected]> | 2005-03-27 18:27:05 +0000 |
commit | c64f5fa5a40a7376421c7b92d7c2f3522c7ef3b8 (patch) | |
tree | 5b80599b8cdfaed8a19fd4c13a80ba921d178a57 /src | |
parent | Added windows platform handlers. (diff) | |
download | vmime-c64f5fa5a40a7376421c7b92d7c2f3522c7ef3b8.tar.gz vmime-c64f5fa5a40a7376421c7b92d7c2f3522c7ef3b8.zip |
Included <algorithm> header.
Diffstat (limited to 'src')
-rw-r--r-- | src/messageIdSequence.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/messageIdSequence.cpp b/src/messageIdSequence.cpp index 7b3eae0d..a682a29f 100644 --- a/src/messageIdSequence.cpp +++ b/src/messageIdSequence.cpp @@ -19,6 +19,7 @@ #include "vmime/messageIdSequence.hpp" #include "vmime/exception.hpp" +#include <algorithm> namespace vmime |