Another Win32 fix.
[dcpomatic.git] / src / lib / still_image.h
index b60069419b9d5faab58c63e8e323b0f458b86cc7..366d693319c8edfe1b153fafeae7e9142da22fed 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef DCPOMATIC_STILL_IMAGE_H
+#define DCPOMATIC_STILL_IMAGE_H
+
 class StillImageContent;
 
 class StillImage
@@ -33,3 +36,5 @@ public:
 protected:
        boost::shared_ptr<const StillImageContent> _still_image_content;
 };
+
+#endif