summaryrefslogtreecommitdiff
path: root/src/lib/imagemagick_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/imagemagick_content.h')
-rw-r--r--src/lib/imagemagick_content.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/imagemagick_content.h b/src/lib/imagemagick_content.h
index e3e827892..8ed6b0873 100644
--- a/src/lib/imagemagick_content.h
+++ b/src/lib/imagemagick_content.h
@@ -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