diff options
author | Vincent Richard <[email protected]> | 2014-03-20 20:04:33 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2014-03-20 20:04:33 +0000 |
commit | 58ca0d1dd5ff0643e4b864e9b54ecd3c18ed4177 (patch) | |
tree | 44e9741ea407f3e43bdbf20a90c0914af0668028 | |
parent | Unit tests for IMAP utils. (diff) | |
download | vmime-58ca0d1dd5ff0643e4b864e9b54ecd3c18ed4177.tar.gz vmime-58ca0d1dd5ff0643e4b864e9b54ecd3c18ed4177.zip |
Fixed issue #71.
-rw-r--r-- | src/vmime/net/imap/IMAPCommand.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime/net/imap/IMAPCommand.hpp b/src/vmime/net/imap/IMAPCommand.hpp index 6003c227..facbed78 100644 --- a/src/vmime/net/imap/IMAPCommand.hpp +++ b/src/vmime/net/imap/IMAPCommand.hpp @@ -33,7 +33,7 @@ #include "vmime/object.hpp" #include "vmime/base.hpp" -#include "vmime/datetime.hpp" +#include "vmime/dateTime.hpp" #include "vmime/net/messageSet.hpp" |