diff options
author | Vincent Richard <[email protected]> | 2012-04-14 11:46:05 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2012-04-14 11:46:05 +0000 |
commit | cc49395dd22bf884e4a9c04591c0b4c3911ed187 (patch) | |
tree | 44404c53606963c4b0a807bfbecde34f8d70e376 /src/htmlTextPart.cpp | |
parent | Fixed memory leak. (diff) | |
download | vmime-cc49395dd22bf884e4a9c04591c0b4c3911ed187.tar.gz vmime-cc49395dd22bf884e4a9c04591c0b4c3911ed187.zip |
Split stream.hpp/.cpp into multiple source files.
Diffstat (limited to 'src/htmlTextPart.cpp')
-rw-r--r-- | src/htmlTextPart.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htmlTextPart.cpp b/src/htmlTextPart.cpp index c845b576..98524afb 100644 --- a/src/htmlTextPart.cpp +++ b/src/htmlTextPart.cpp @@ -31,6 +31,8 @@ #include "vmime/emptyContentHandler.hpp" #include "vmime/stringContentHandler.hpp" +#include "vmime/utility/outputStreamAdapter.hpp" + namespace vmime { |