Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / magick_image_proxy.h
index d22789eda7d04db3dbdeb167ceea2976ffc0b62e..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
 {