Use in-tree libquickmail; send metadata.xml too; fix basic build errors with quickmail.
[dcpomatic.git] / src / lib / send_problem_report_job.h
index 76a920ad3a3acfc003ffbc5b48b7a1220d803d04..d77eec5445ca347a8c621ef1ff39e33be4bfa4a9 100644 (file)
@@ -34,6 +34,8 @@ public:
        void run ();
 
 private:
+       void add_file (std::string& body, boost::filesystem::path file) const;
+
        std::string _from;
        std::string _summary;
 };