Set up OV/VF in name according to whether DCP content has been referenced.
[dcpomatic.git] / src / lib / magick_image_proxy.h
index f4ddb2c9418c7c7d23f4c1e0c254a48aa1a043aa..6e94492ad5f13b33c919a04576dc42f4881070cf 100644 (file)
@@ -18,7 +18,9 @@
 */
 
 #include "image_proxy.h"
+#include <Magick++.h>
 #include <boost/thread/mutex.hpp>
+#include <boost/filesystem.hpp>
 
 class MagickImageProxy : public ImageProxy
 {
@@ -31,7 +33,7 @@ public:
        void send_binary (boost::shared_ptr<Socket>) const;
        bool same (boost::shared_ptr<const ImageProxy> other) const;
 
-private:       
+private:
        Magick::Blob _blob;
        mutable boost::shared_ptr<Image> _image;
        mutable boost::mutex _mutex;