Merge master.
[dcpomatic.git] / src / lib / imagemagick_content.h
index e3e82789238a3a4ee6a2e6ad3638155371e18969..d7673d870730ec3dd411e3b875a386f454652c6f 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef DCPOMATIC_IMAGEMAGICK_CONTENT_H
+#define DCPOMATIC_IMAGEMAGICK_CONTENT_H
+
 #include <boost/enable_shared_from_this.hpp>
 #include "video_content.h"
 
@@ -44,3 +47,5 @@ public:
 
        static bool valid_file (boost::filesystem::path);
 };
+
+#endif