diff options
author | Vincent Richard <[email protected]> | 2005-11-04 23:21:22 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-11-04 23:21:22 +0000 |
commit | acfa9ffc64f56de42049bf5049810c15477729ed (patch) | |
tree | 3bb84a7319fb209c00f656927c83965f03bd5329 /src/defaultAttachment.cpp | |
parent | Fixed typo for 'ac_cv_sizeof_long'. (diff) | |
download | vmime-acfa9ffc64f56de42049bf5049810c15477729ed.tar.gz vmime-acfa9ffc64f56de42049bf5049810c15477729ed.zip |
Refactored header field values and parameters.
Diffstat (limited to 'src/defaultAttachment.cpp')
-rw-r--r-- | src/defaultAttachment.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/defaultAttachment.cpp b/src/defaultAttachment.cpp index 909dca10..463bc89c 100644 --- a/src/defaultAttachment.cpp +++ b/src/defaultAttachment.cpp @@ -22,6 +22,8 @@ // #include "vmime/defaultAttachment.hpp" + +#include "vmime/contentDisposition.hpp" #include "vmime/encoding.hpp" |