Use in-tree libquickmail; send metadata.xml too; fix basic build errors with quickmail.
[dcpomatic.git] / src / lib / kdm.cc
index 108860594e2592144760965a02aeb1220f8cf02c..3f88bbd9dbefe5748db4efb3a369b8b9e02d57d0 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <list>
 #include <boost/shared_ptr.hpp>
-#include <quickmail.h>
 #include <zip.h>
 #include <dcp/encrypted_kdm.h>
 #include <dcp/types.h>
@@ -30,6 +29,7 @@
 #include "film.h"
 #include "config.h"
 #include "safe_stringstream.h"
+#include "quickmail.h"
 
 using std::list;
 using std::string;