diff options
Diffstat (limited to 'src/vmime/net/messageSet.hpp')
-rw-r--r-- | src/vmime/net/messageSet.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vmime/net/messageSet.hpp b/src/vmime/net/messageSet.hpp index a096b1c7..dbe1cce3 100644 --- a/src/vmime/net/messageSet.hpp +++ b/src/vmime/net/messageSet.hpp @@ -25,6 +25,12 @@ #define VMIME_NET_MESSAGESET_HPP_INCLUDED +#include "vmime/config.hpp" + + +#if VMIME_HAVE_MESSAGING_FEATURES + + #include "vmime/net/message.hpp" @@ -351,4 +357,7 @@ private: } // vmime +#endif // VMIME_HAVE_MESSAGING_FEATURES + + #endif // VMIME_NET_MESSAGESET_HPP_INCLUDED |