X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Freferenced_reel_asset.h;h=1479ade5d27c85df800b4ddffbfc77665b816a45;hb=6fde557864505b470c438e4161ee494f29b90d63;hp=5f5421283b9f858e0523f3546bf468705e1a028c;hpb=6f23b55a7783f93549115a133ca2e6e938bd0cd1;p=dcpomatic.git diff --git a/src/lib/referenced_reel_asset.h b/src/lib/referenced_reel_asset.h index 5f5421283..1479ade5d 100644 --- a/src/lib/referenced_reel_asset.h +++ b/src/lib/referenced_reel_asset.h @@ -17,6 +17,11 @@ */ +#ifndef DCPOMATIC_REFERENCED_REEL_ASSET_H +#define DCPOMATIC_REFERENCED_REEL_ASSET_H + +#include + class ReferencedReelAsset { public: @@ -30,3 +35,5 @@ public: /** Period that this asset covers in the DCP */ DCPTimePeriod period; }; + +#endif