Try larger menu bar icon on OS X.
[dcpomatic.git] / src / lib / player_video.h
index 60c9224b0e5254978397e271fb1206584c970c68..5017d0e3c8f8bc8a1358d4fcf1d8e75055fd06bf 100644 (file)
@@ -18,6 +18,9 @@
 
 */
 
+#ifndef DCPOMATIC_PLAYER_VIDEO_H
+#define DCPOMATIC_PLAYER_VIDEO_H
+
 #include "types.h"
 #include "position.h"
 #include "dcpomatic_time.h"
@@ -98,3 +101,5 @@ private:
        boost::optional<ColourConversion> _colour_conversion;
        boost::optional<PositionImage> _subtitle;
 };
+
+#endif