diff options
| author | Vincent Richard <[email protected]> | 2013-06-26 19:23:23 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-26 19:23:23 +0000 |
| commit | 76f88f9cddb06648d3387eebed523e55d3fd6154 (patch) | |
| tree | 89570eaf1a0c0bccd69768aa4fa60518607a9d01 | |
| parent | Added missing constructor. (diff) | |
| download | vmime-76f88f9cddb06648d3387eebed523e55d3fd6154.tar.gz vmime-76f88f9cddb06648d3387eebed523e55d3fd6154.zip | |
Added missing include.
| -rw-r--r-- | vmime/vmime.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vmime/vmime.hpp b/vmime/vmime.hpp index e7dd3959..9bb017e3 100644 --- a/vmime/vmime.hpp +++ b/vmime/vmime.hpp @@ -54,6 +54,7 @@ #include "vmime/path.hpp" #include "vmime/emptyContentHandler.hpp" +#include "vmime/fileContentHandler.hpp" #include "vmime/stringContentHandler.hpp" #include "vmime/streamContentHandler.hpp" |
