Test filling of stuff with black.
[dcpomatic.git] / src / lib / imagemagick_content.h
index e3e82789238a3a4ee6a2e6ad3638155371e18969..8ed6b08734ad31d34e4c8b75e368510b20d77c07 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef DVDOMATIC_IMAGEMAGICK_CONTENT_H
+#define DVDOMATIC_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