Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / referenced_reel_asset.h
index 5f5421283b9f858e0523f3546bf468705e1a028c..1479ade5d27c85df800b4ddffbfc77665b816a45 100644 (file)
 
 */
 
+#ifndef DCPOMATIC_REFERENCED_REEL_ASSET_H
+#define DCPOMATIC_REFERENCED_REEL_ASSET_H
+
+#include <dcp/reel_asset.h>
+
 class ReferencedReelAsset
 {
 public:
@@ -30,3 +35,5 @@ public:
        /** Period that this asset covers in the DCP */
        DCPTimePeriod period;
 };
+
+#endif